mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-23 10:17:02 +02:00
show lockicon on a second row on mobile (#2462)
* show lockicon on a second row * fix darkMode toggle acting as a lock icon Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:

committed by
GitHub

parent
6081bb5941
commit
fb02329c11
@@ -151,7 +151,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 360px) {
|
||||
@media (max-width: 760px) {
|
||||
.ToolIcon.ToolIcon__lock {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user