- Fix notifications padding
- Fix #3: dot inside each user's cover in profile directory when logged out
This commit is contained in:
Free
2023-07-31 21:34:46 +00:00
parent 740ff55ba0
commit a10d459ee8

View File

@@ -1,10 +1,10 @@
//////////////////////////////////////////////////////////////////// 🦊 ////////////////////////////////////////////////////////////////// 🦊
// // // //
// !!! MAKE SURE TO ADD YOUR SERVER URL USING THE STEPS BELOW !!! // // !!! MAKE SURE TO ADD YOUR SERVER URL USING THE STEPS BELOW !!! //
// 1. Install the style // // 1. Install the style //
// 2. Click the "Edit" in the left sidebar // // 2. Click "Edit" in the left sidebar //
// 3. Click the "Settings" button in the left sidebar // // 3. Click "Settings" in the left sidebar //
// 4. Paste your server's URL in the // // 4. Paste your server's URL in the //
// "Custom included sites" textbox like this: // // "Custom included sites" textbox like this: //
// *//DOMAIN HERE/* // // *//DOMAIN HERE/* //
@@ -13,14 +13,14 @@
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
/* Update 1.6.3 /* Update 1.6.4
- Fix unread indicators - Fix notifications padding
- more consistent glitch-soc notifications padding - Fix #3: dot inside each user's cover in profile directory when logged out
*/ */
/* ==UserStyle== /* ==UserStyle==
@name Mastodon Modern @name Mastodon Modern
@version 1.6.3 @version 1.6.4
@description Drastically improves the look & feel of Mastodon @description Drastically improves the look & feel of Mastodon
@updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css @updateURL https://codeberg.org/Freeplay/Mastodon-Modern/raw/branch/main/modern.user.css
@homepageURL https://codeberg.org/Freeplay/Mastodon-Modern @homepageURL https://codeberg.org/Freeplay/Mastodon-Modern
@@ -1241,6 +1241,9 @@
line-height 1.2 line-height 1.2
font-size 1em !important font-size 1em !important
} }
&:empty {
display none
}
} }
} }
&::after { &::after {
@@ -1301,7 +1304,6 @@
padding-top 15px !important padding-top 15px !important
padding-bottom 0 !important padding-bottom 0 !important
margin 0 !important margin 0 !important
margin-bottom -10px !important
z-index 2 z-index 2
position relative position relative
[class*="icon-wrapper"] { [class*="icon-wrapper"] {
@@ -1324,8 +1326,12 @@
line-height 1.4 line-height 1.4
} }
} }
.status__prepend {
margin-bottom -10px !important
}
.notification-favourite, .notification-reblog { .notification-favourite, .notification-reblog {
.notification__message { .notification__message {
margin-bottom -10px !important
& ~ div { & ~ div {
.status__info, .status__action-bar { .status__info, .status__action-bar {
display none display none
@@ -2945,7 +2951,6 @@
.notification { .notification {
> .notification__message { > .notification__message {
padding-inline-start 15px !important padding-inline-start 15px !important
padding-bottom 10px !important
padding-top 18px !important padding-top 18px !important
} }
.account { .account {