mirror of
https://github.com/penpot/penpot.git
synced 2025-03-13 16:21:57 -05:00
🐛 Fix shared modal when link is created and add text color
This commit is contained in:
parent
aeff50ba9f
commit
af6e808337
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
left: calc(100vw - $s-512);
|
||||
z-index: $z-index-modal;
|
||||
}
|
||||
|
||||
.share-link-dialog {
|
||||
@extend .modal-container-base;
|
||||
min-height: unset;
|
||||
|
@ -86,6 +87,7 @@
|
|||
|
||||
.description {
|
||||
@include titleTipography;
|
||||
color: var(--modal-text-foreground-color);
|
||||
margin-bottom: $s-24;
|
||||
}
|
||||
|
||||
|
@ -141,7 +143,7 @@
|
|||
}
|
||||
|
||||
.view-mode {
|
||||
max-height: $s-248;
|
||||
max-height: $s-216;
|
||||
overflow: hidden auto;
|
||||
scrollbar-gutter: stable;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue