mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Improve Color Picker *2 (#195)
This commit is contained in:
parent
23cd62d148
commit
3bbcb9cbdc
2 changed files with 78 additions and 204 deletions
|
@ -24,6 +24,7 @@ body {
|
|||
background-color: #eee;
|
||||
padding: 10px;
|
||||
overflow-y: auto;
|
||||
position: relative;
|
||||
|
||||
h4 {
|
||||
margin: 10px 0 10px 0;
|
||||
|
@ -50,7 +51,7 @@ body {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
h5:first-of-type {
|
||||
h5:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue