File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments