From 3c30b20b01dd3f4ad7f71f54ffccfc72aca0ce63 Mon Sep 17 00:00:00 2001 From: Free Date: Fri, 26 Nov 2021 17:32:00 +0100 Subject: [PATCH] Update 'misskey/mk-tweaks.user.css' --- misskey/mk-tweaks.user.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/misskey/mk-tweaks.user.css b/misskey/mk-tweaks.user.css index 3fb671a..5ae67ab 100644 --- a/misskey/mk-tweaks.user.css +++ b/misskey/mk-tweaks.user.css @@ -91,6 +91,7 @@ if sidebar { } if bg { + /*** BETTER CUSTOM WALLPAPER SUPPORT ***/ .mk-app.wallpaper { background: none !important; &::before { @@ -197,8 +198,8 @@ if bg { } } -/*** MOBILE ***/ if mobile { + /*** BETTER MOBILE SUPPORT ***/ .mk-app.isMobile { main.main.main { --margin: 0px; @@ -280,6 +281,7 @@ if mobile { /*** HEADER ***/ /* MOVE ASIDE */ if header { + /*** MOVE HEADER ASIDE ***/ @media only screen and (min-width: 1201px) { .columns > .main, main .content > div { overflow: visible !important; @@ -354,6 +356,8 @@ if header { /** TIMELINE **/ /* POST */ if posts { + /*** BETTER POSTS ***/ + /* This one is probably the most horribly written. */ .noGap > :not(:last-child) { // border: 0 !important; } @@ -733,6 +737,7 @@ if posts { } if profile { + /*** BETTER PROFILES ***/ .narrow { position: relative; } @@ -889,6 +894,7 @@ if profile { } if mentions { + /*** READABLE MENTIONS ***/ a[href^="/@"][style^="background:"] { color: inherit !important; padding: .15em .35em; @@ -906,6 +912,7 @@ if mentions { if fixes { + /*** MINOR FIXES ***/ // Block Headers header._button { padding: 0 15px !important;