Skip to content

Commit 7085ac9

Browse files
committed
fixed css linting
1 parent 7879f70 commit 7085ac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/renderer/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ body {
145145
color: rgb(108 133 146 / 100%);
146146
}
147147

148-
.sortable-chosen .server-tooltip {
149-
display: none;
150-
}
151-
152148
.tab {
153149
position: relative;
154150
margin: 2px 0;
@@ -423,6 +419,10 @@ webview.focus {
423419
left: -5px;
424420
}
425421

422+
.sortable-chosen .server-tooltip {
423+
display: none;
424+
}
425+
426426
#collapse-button {
427427
bottom: 30px;
428428
left: 20px;

0 commit comments

Comments
 (0)