mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix shared modal when link is created and add text color
This commit is contained in:
parent
aeff50ba9f
commit
af6e808337
@ -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…
x
Reference in New Issue
Block a user