Adjust CSS
This commit is contained in:
parent
d3f23441ed
commit
66cf017d73
@ -76,7 +76,7 @@ if (!is_empty($VARS['id'])) {
|
||||
<div class="col-12">
|
||||
<div class="form-group">
|
||||
<label for="style"><i class="fas fa-star"></i> <?php lang('theme'); ?></label>
|
||||
<div class="theme_bin border-deep-purple">
|
||||
<div class="theme_bin">
|
||||
<?php
|
||||
$themedir = __DIR__ . "/../themes/";
|
||||
$styles = array_diff(scandir($themedir), array('..', '.'));
|
||||
|
@ -6,7 +6,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
.theme_bin {
|
||||
max-height: 100px;
|
||||
overflow-y: scroll;
|
||||
border-width: 2px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
@ -26,6 +25,7 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
}
|
||||
|
||||
.theme_bin label .theme .theme_colors {
|
||||
width: 5rem;
|
||||
width: 100%;
|
||||
min-width: 5rem;
|
||||
height: 2rem;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user