From e35d726302c47e8cb053a18d8104d31d9f6b2ae0 Mon Sep 17 00:00:00 2001 From: Free Date: Fri, 26 Nov 2021 17:17:11 +0100 Subject: [PATCH] Add 'misskey/tweaks/minor-fixes.css' --- misskey/tweaks/minor-fixes.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 misskey/tweaks/minor-fixes.css 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