mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:40:20 +02:00
🐛 Fixed styles for typography advanced options
This commit is contained in:
parent
0da16c7219
commit
62d98ad265
4 changed files with 15 additions and 13 deletions
|
@ -760,30 +760,23 @@
|
|||
left: 0;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
width: calc(100% - 8px);
|
||||
opacity: 0.4;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.advanced-options-wrapper {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
padding-right: 1.5rem;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
|
||||
.element-options .advanced-options-wrapper {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.advanced-options {
|
||||
background-color: #303236;
|
||||
border-radius: 4px;
|
||||
left: -8px;
|
||||
padding: 0.5rem;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
width: calc(100% + 16px);
|
||||
width: 100%;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
|
@ -918,6 +911,7 @@
|
|||
flex-grow: 1;
|
||||
font-size: 11px;
|
||||
margin-top: 4px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.element-set-actions-button svg {
|
||||
|
|
|
@ -171,7 +171,7 @@ $width-settings-bar: 16rem;
|
|||
.tool-window-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
// overflow-y: auto;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue