Skip to content

Commit c88d36e

Browse files
committed
small settings icon fix
1 parent 4e214b2 commit c88d36e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css/general/general.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
top: 1px;
66
left: 1px;
77
}
8-
.justify-right #settings {
8+
.justify-right #settings, .reverse-row #settings {
99
left: initial;
1010
right: 1px;
1111
}
@@ -26,6 +26,9 @@ body:hover #settings {
2626
border: solid 2px #c72f02;
2727
border-style: dashed;
2828
}
29+
#lock #settings {
30+
display: block !important;
31+
}
2932
#lock-text {
3033
color: white;
3134
font-weight: 900;

0 commit comments

Comments
 (0)