- tweaks & other fixes
- fixed large status buttons on glitch-soc in some cases due to new icons

Compiled CSS
This commit is contained in:
Freeplay
2024-01-14 17:36:35 -05:00
parent 23abea53ca
commit 7444eaef9e
3 changed files with 376 additions and 381 deletions

View File

@@ -6,16 +6,14 @@
// *://domain.tld/*
/* Update 1.9.0
- Fixes & tweaks !
- Made emoji reactions slightly larger (for instances that support them)
- Styled follow requests page
- Styled emoji picker, likely temporary as it may be changed in Masto in the future
/* Update 1.9.1
- tweaks & other fixes
- fixed large status buttons on glitch-soc in some cases due to new icons
*/
/* ==UserStyle==
@name Mastodon Modern
@version 1.9.0
@version 1.9.1
@description Drastically improves the look & feel of Mastodon
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
@@ -413,7 +411,8 @@
}
.search {
border-radius var(--radius)
//margin-bottom 25px !important
margin-inline -5px
margin-bottom 15px !important
label {
// padding-inline 20px
box-sizing border-box
@@ -442,12 +441,12 @@
padding 8px
}
}
.compose-form__highlightable {
margin-top 8px
}
.compose-form {
min-height unset
overflow unset
> .navigation-bar {
margin-top 10px
}
.reply-indicator {
position relative
transition min-height .1s
@@ -457,6 +456,21 @@
}
.compose-form__highlightable {
border-radius var(--radius)
overflow visible !important
> .compose-form__footer {
gap 8px
.compose-form__buttons {
gap 2px
button {
padding 6px
}
}
}
.compose-form__submit {
button {
padding 6px
}
}
}
.compose-form__autosuggest-wrapper, .autosuggest-textarea__textarea {
border-radius var(--radius) var(--radius) 0 0 !important
@@ -988,7 +1002,7 @@
}
}
}
.account__section-headline:not(:first-child):not(:nth-child(2)) {
:not(.explore__search-header) + .account__section-headline:not(:first-child) {
background none
position relative
z-index 2
@@ -1665,7 +1679,8 @@
}
}
.status__content__spoiler-link {
display block
display flex
align-items center
position relative
padding .4em 1.2em
border-radius var(--radius-round) !important
@@ -3446,6 +3461,9 @@
padding 0 !important
border-radius var(--radius-round) var(--radius-round) 0 0
}
.compose-form:first-child {
padding-top 0
}
.getting-started__trends {
padding 0px 20px
@@ -3517,12 +3535,6 @@
content unset
}
}
.status__action-bar, .detailed-status__action-bar, .picture-in-picture__footer {
:not(i) {
height unset !important
width unset !important
}
}
&.muted {
.status__content__text ~ * {
display none
@@ -3573,6 +3585,10 @@
z-index 2
flex-grow 0 !important
min-width 5ch !important
max-width unset !important
time {
display inline !important
}
}
.reactions-bar {
@@ -3692,7 +3708,7 @@
}
.drawer__inner {
margin-top -10px
padding-top 30px !important
//padding-top 30px !important
}
}
}