diff --git a/misskey/tweaks/minor-fixes.css b/misskey/tweaks/minor-fixes.css new file mode 100644 index 0000000..55b1c47 --- /dev/null +++ b/misskey/tweaks/minor-fixes.css @@ -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); +} \ No newline at end of file