mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fixed arrow style when mask with only one element
This commit is contained in:
parent
c7e33929db
commit
07e0c02d11
2 changed files with 3 additions and 4 deletions
|
@ -166,7 +166,7 @@
|
||||||
border-left: none;
|
border-left: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&::before {
|
&::after {
|
||||||
content: " ";
|
content: " ";
|
||||||
border-left: 1px solid $color-gray-40;
|
border-left: 1px solid $color-gray-40;
|
||||||
border-bottom: 1px solid $color-gray-40;
|
border-bottom: 1px solid $color-gray-40;
|
||||||
|
|
|
@ -194,9 +194,8 @@ $width-settings-bar: 16rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-top: 1px solid transparent;
|
padding-top: 1px;
|
||||||
border-bottom: 1px solid transparent;
|
padding-bottom: 1px;
|
||||||
|
|
||||||
|
|
||||||
&.open {
|
&.open {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue