Add 'misskey/tweaks/minor-fixes.css'

This commit is contained in:
Free 2021-11-26 17:17:11 +01:00
parent c92f415fdb
commit e35d726302

View file

@ -0,0 +1,23 @@
/*** MINOR FIXES ***/
header._button {
padding: 0 15px !important;
}
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"] {
margin-bottom: 0 !important;
}
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after,
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::before {
content: "";
position: absolute;
top: 100%;
width: calc(var(--radius) * 2);
height: calc(var(--radius) * 2);
border-top-left-radius: var(--radius);
box-shadow: -4px -4px 0 var(--bg);
}
.mk-app:not(.wallpaper) .tab[style*="--stickyTop:"]::after {
right: 0;
box-shadow: 4px -4px 0 var(--bg);
border-top-left-radius: 0;
border-top-right-radius: var(--radius);
}