Templates php
This commit is contained in:
8
Template/layout/variable.php
Normal file
8
Template/layout/variable.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<style type="text/css">
|
||||
:root {
|
||||
--td-column-gap: <?= (int) $this->app->config('tweakdrag_column_gap_size', 25) ?>px;
|
||||
}
|
||||
<?php if ((int) $this->app->config('tweakdrag_column_gap', 1) === 1): ?>
|
||||
#board { border-collapse: separate !important; border-spacing: var(--td-column-gap, 25px) 0 !important; }
|
||||
<?php endif ?>
|
||||
</style>
|
||||
Reference in New Issue
Block a user