Skip to content

Commit 3e2d9cc

Browse files
committed
fix: resolve CSS linting errors in sidebar styles
1 parent f367e53 commit 3e2d9cc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/renderer/css/main.css

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

156-
#back-action i {
157-
transform: scaleY(-1);
158-
}
159-
160156
.tab {
161157
position: relative;
162158
margin: 2px 0;
@@ -273,6 +269,10 @@ body {
273269
margin-bottom: 5px;
274270
}
275271

272+
#back-action i {
273+
transform: scaleY(-1);
274+
}
275+
276276
.refresh {
277277
animation: rotate-loader 1s linear infinite;
278278
}
@@ -403,6 +403,7 @@ webview.focus {
403403
top: 7px;
404404
right: 68px;
405405
}
406+
406407
#dnd-tooltip {
407408
min-width: 220px;
408409
max-width: calc(100vw - 80px);
@@ -412,6 +413,7 @@ webview.focus {
412413
box-sizing: border-box;
413414
text-align: left;
414415
}
416+
415417
#dnd-tooltip::after {
416418
left: -8px;
417419
right: auto;

0 commit comments

Comments
 (0)