Sticker Set: Fix border thickness (#5014)

This commit is contained in:
zubiden 2024-09-27 16:11:28 +02:00 committed by Alexander Zinchuk
parent faee4152f6
commit 72a8aab770
2 changed files with 6 additions and 7 deletions

View File

@ -12,10 +12,11 @@
.modal-header { .modal-header {
padding: 0.5rem; padding: 0.5rem;
border-bottom: 1px solid transparent;
transition: border-color 0.2s;
&.with-top-border { &.with-top-border {
/* stylelint-disable-next-line plugin/whole-pixel */ border-color: var(--color-borders);
box-shadow: inset 0 -0.5px 0 0 var(--color-borders-alternate);
} }
} }
@ -59,13 +60,10 @@
} }
.button-wrapper { .button-wrapper {
display: flex;
justify-content: center;
padding: 0.5rem 0; padding: 0.5rem 0;
border-top: 1px solid var(--color-borders); border-top: 1px solid var(--color-borders);
box-shadow: 0 0 2px var(--color-default-shadow);
button {
display: inline-block;
}
} }
.StickerButton { .StickerButton {

View File

@ -129,6 +129,7 @@
img { img {
width: 100% !important; width: 100% !important;
height: 100% !important; height: 100% !important;
object-fit: contain;
} }
} }
} }