Skip to content

Commit d4d621e

Browse files
committed
style: fix too big of a gap between tab buttons and theme buttons
1 parent 2c161e5 commit d4d621e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

frontend/src/html/pages/settings.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,11 +1239,10 @@
12391239
<button tab="custom" class="tab">custom</button>
12401240
</div> -->
12411241

1242-
<!-- Used to convert colors to hex -->
1243-
<div class="colorConverter"></div>
1244-
12451242
<div class="tabContainer">
12461243
<div tabContent="custom" class="tabContent customTheme hidden">
1244+
<!-- Used to convert colors to hex -->
1245+
<div class="colorConverter"></div>
12471246
<div class="allCustomThemes buttons"></div>
12481247
<div class="customThemeEdit">
12491248
<div class="customThemeInputs">

frontend/src/styles/settings.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@
302302

303303
&.customTheme {
304304
grid-template-columns: 1fr;
305-
margin-top: 1rem;
306305
.colorText {
307306
color: var(--text-color);
308307
}

0 commit comments

Comments
 (0)