Style improvements and fixes

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-05-01 19:19:21 +02:00
parent f720e60b49
commit 5bdb406b93
6 changed files with 6 additions and 20 deletions

View File

@ -24,7 +24,7 @@ noscript {
// Virtuoso empty placeholder fix.
// https://gitlab.com/petyosi/soapbox-fe/-/commit/1e22c39934b60e5e186de804060ecfdf1955b506
div[data-viewport-type='window'] {
@apply static;
@apply static #{!important};
}
body.system-font,

View File

@ -14,12 +14,12 @@
&::-moz-focus-inner,
&:focus,
&:active {
outline: 0!important;
@apply outline-0 #{!important};
}
}
.react-datepicker-popper {
z-index: 9999 !important;
@apply z-[9999] #{!important};
}
.ellipsis::after {

View File

@ -8,6 +8,5 @@
}
.emoji-lg img.emojione {
width: 36px !important;
height: 36px !important;
@apply h-9 w-9 #{!important};
}