mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:38:22 +02:00
🐛 Color palette text-wrap and showing when open color palette
This commit is contained in:
parent
afa35379b2
commit
6cdde84445
3 changed files with 14 additions and 6 deletions
|
@ -99,8 +99,14 @@
|
|||
position: fixed;
|
||||
right: calc(#{$width-settings-bar} + 10px);
|
||||
text-align: center;
|
||||
width: 110px;
|
||||
width: 125px;
|
||||
white-space: nowrap;
|
||||
padding-bottom: 2px;
|
||||
transition: bottom 0.5s;
|
||||
|
||||
&.color-palette-open {
|
||||
bottom: 5rem;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $color-white;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue