Sticker Set: Fix border thickness (#5014)
This commit is contained in:
parent
faee4152f6
commit
72a8aab770
@ -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 {
|
||||||
|
|||||||
@ -129,6 +129,7 @@
|
|||||||
img {
|
img {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user