Skip to content

Commit 6ac8156

Browse files
committed
Reduce theme toggle button size.
1 parent c06592b commit 6ac8156

File tree

1 file changed

+4
-0
lines changed
  • admin_interface/static/admin_interface/css

1 file changed

+4
-0
lines changed

admin_interface/static/admin_interface/css/header.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
align-self: flex-start;
3535
}
3636

37+
.admin-interface #user-tools .theme-toggle {
38+
transform: scale(0.7) !important;
39+
}
40+
3741
.admin-interface #user-tools br {
3842
display: none;
3943
}

0 commit comments

Comments
 (0)