mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 21:10:37 +02:00
Use relative CSS units (#484)
This commit is contained in:

committed by
Christopher Chedeau

parent
183a62627c
commit
1a03a29025
@@ -5,14 +5,14 @@
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
margin: -4px 0 0 1px;
|
||||
padding: 4px 0;
|
||||
margin: -0.25rem 0 0 0.125rem;
|
||||
padding: 0.25rem 0;
|
||||
background-color: #f2f2f2;
|
||||
border: 1px solid #bcbcbc;
|
||||
}
|
||||
|
||||
.context-menu__option {
|
||||
width: 150px;
|
||||
width: 9.5rem;
|
||||
}
|
||||
|
||||
.context-menu-option {
|
||||
@@ -21,7 +21,7 @@
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
border-radius: 0;
|
||||
padding-left: 20px;
|
||||
padding-left: 1.25rem;
|
||||
background-color: #f2f2f2;
|
||||
border: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user