Sticker Set: Fix border thickness (#5014)
This commit is contained in:
parent
faee4152f6
commit
72a8aab770
@ -12,10 +12,11 @@
|
||||
|
||||
.modal-header {
|
||||
padding: 0.5rem;
|
||||
border-bottom: 1px solid transparent;
|
||||
transition: border-color 0.2s;
|
||||
|
||||
&.with-top-border {
|
||||
/* stylelint-disable-next-line plugin/whole-pixel */
|
||||
box-shadow: inset 0 -0.5px 0 0 var(--color-borders-alternate);
|
||||
border-color: var(--color-borders);
|
||||
}
|
||||
}
|
||||
|
||||
@ -59,13 +60,10 @@
|
||||
}
|
||||
|
||||
.button-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 0.5rem 0;
|
||||
border-top: 1px solid var(--color-borders);
|
||||
box-shadow: 0 0 2px var(--color-default-shadow);
|
||||
|
||||
button {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.StickerButton {
|
||||
|
||||
@ -129,6 +129,7 @@
|
||||
img {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user