forked from mirrors/Gitea-Modern
Update 'misskey/mk-tweaks.user.css'
This commit is contained in:
parent
82bf79eaaa
commit
3c30b20b01
1 changed files with 8 additions and 1 deletions
|
@ -91,6 +91,7 @@ if sidebar {
|
||||||
}
|
}
|
||||||
|
|
||||||
if bg {
|
if bg {
|
||||||
|
/*** BETTER CUSTOM WALLPAPER SUPPORT ***/
|
||||||
.mk-app.wallpaper {
|
.mk-app.wallpaper {
|
||||||
background: none !important;
|
background: none !important;
|
||||||
&::before {
|
&::before {
|
||||||
|
@ -197,8 +198,8 @@ if bg {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*** MOBILE ***/
|
|
||||||
if mobile {
|
if mobile {
|
||||||
|
/*** BETTER MOBILE SUPPORT ***/
|
||||||
.mk-app.isMobile {
|
.mk-app.isMobile {
|
||||||
main.main.main {
|
main.main.main {
|
||||||
--margin: 0px;
|
--margin: 0px;
|
||||||
|
@ -280,6 +281,7 @@ if mobile {
|
||||||
/*** HEADER ***/
|
/*** HEADER ***/
|
||||||
/* MOVE ASIDE */
|
/* MOVE ASIDE */
|
||||||
if header {
|
if header {
|
||||||
|
/*** MOVE HEADER ASIDE ***/
|
||||||
@media only screen and (min-width: 1201px) {
|
@media only screen and (min-width: 1201px) {
|
||||||
.columns > .main, main .content > div {
|
.columns > .main, main .content > div {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
@ -354,6 +356,8 @@ if header {
|
||||||
/** TIMELINE **/
|
/** TIMELINE **/
|
||||||
/* POST */
|
/* POST */
|
||||||
if posts {
|
if posts {
|
||||||
|
/*** BETTER POSTS ***/
|
||||||
|
/* This one is probably the most horribly written. */
|
||||||
.noGap > :not(:last-child) {
|
.noGap > :not(:last-child) {
|
||||||
// border: 0 !important;
|
// border: 0 !important;
|
||||||
}
|
}
|
||||||
|
@ -733,6 +737,7 @@ if posts {
|
||||||
}
|
}
|
||||||
|
|
||||||
if profile {
|
if profile {
|
||||||
|
/*** BETTER PROFILES ***/
|
||||||
.narrow {
|
.narrow {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -889,6 +894,7 @@ if profile {
|
||||||
}
|
}
|
||||||
|
|
||||||
if mentions {
|
if mentions {
|
||||||
|
/*** READABLE MENTIONS ***/
|
||||||
a[href^="/@"][style^="background:"] {
|
a[href^="/@"][style^="background:"] {
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
padding: .15em .35em;
|
padding: .15em .35em;
|
||||||
|
@ -906,6 +912,7 @@ if mentions {
|
||||||
|
|
||||||
|
|
||||||
if fixes {
|
if fixes {
|
||||||
|
/*** MINOR FIXES ***/
|
||||||
// Block Headers
|
// Block Headers
|
||||||
header._button {
|
header._button {
|
||||||
padding: 0 15px !important;
|
padding: 0 15px !important;
|
||||||
|
|
Loading…
Reference in a new issue