🐛 Fix shared modal when link is created and add text color

This commit is contained in:
Eva 2024-01-12 11:52:58 +01:00 committed by Alonso Torres
parent aeff50ba9f
commit af6e808337

View file

@ -14,6 +14,7 @@
left: calc(100vw - $s-512); left: calc(100vw - $s-512);
z-index: $z-index-modal; z-index: $z-index-modal;
} }
.share-link-dialog { .share-link-dialog {
@extend .modal-container-base; @extend .modal-container-base;
min-height: unset; min-height: unset;
@ -86,6 +87,7 @@
.description { .description {
@include titleTipography; @include titleTipography;
color: var(--modal-text-foreground-color);
margin-bottom: $s-24; margin-bottom: $s-24;
} }
@ -141,7 +143,7 @@
} }
.view-mode { .view-mode {
max-height: $s-248; max-height: $s-216;
overflow: hidden auto; overflow: hidden auto;
scrollbar-gutter: stable; scrollbar-gutter: stable;
} }