mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 06:37:13 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e271caa32b
7 changed files with 94 additions and 34 deletions
|
@ -85,6 +85,7 @@ $width-settings-bar-max: $s-500;
|
|||
}
|
||||
|
||||
.resize-area-horiz {
|
||||
background-color: var(--panel-background-color);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
|
|
@ -193,12 +193,14 @@
|
|||
}
|
||||
|
||||
.resize-area-horiz {
|
||||
background-color: var(--panel-background-color);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: $s-3 0 $s-1 0;
|
||||
height: $s-6;
|
||||
cursor: ns-resize;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.resize-handle-horiz {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue