Update 'misskey/mk-tweaks.user.css'

This commit is contained in:
Free 2021-11-26 17:32:00 +01:00
parent 82bf79eaaa
commit 3c30b20b01

View file

@ -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;