mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-08 21:52:00 -05:00
Make outline box in color button centered
This commit is contained in:
parent
02996af315
commit
c4da530240
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
.outline-swatch:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: calc(0.5rem + 1px);
|
||||
left: calc(0.5rem + 1px);
|
||||
top: calc(0.5rem);
|
||||
left: calc(0.5rem);
|
||||
width: 0.75rem;
|
||||
height: 0.75rem;
|
||||
background: white;
|
||||
|
|
Loading…
Reference in a new issue