mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 08:22:57 -03:00
1.6.4
- Fix notifications padding - Fix #3: dot inside each user's cover in profile directory when logged out
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
//////////////////////////////////////////////////////////////////// 🦊
|
||||
////////////////////////////////////////////////////////////////// 🦊
|
||||
// //
|
||||
// !!! MAKE SURE TO ADD YOUR SERVER URL USING THE STEPS BELOW !!! //
|
||||
// 1. Install the style //
|
||||
// 2. Click the "Edit" in the left sidebar //
|
||||
// 3. Click the "Settings" button in the left sidebar //
|
||||
// 2. Click "Edit" in the left sidebar //
|
||||
// 3. Click "Settings" in the left sidebar //
|
||||
// 4. Paste your server's URL in the //
|
||||
// "Custom included sites" textbox like this: //
|
||||
// *//DOMAIN HERE/* //
|
||||
@@ -13,14 +13,14 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/* Update 1.6.3
|
||||
- Fix unread indicators
|
||||
- more consistent glitch-soc notifications padding
|
||||
/* Update 1.6.4
|
||||
- Fix notifications padding
|
||||
- Fix #3: dot inside each user's cover in profile directory when logged out
|
||||
*/
|
||||
|
||||
/* ==UserStyle==
|
||||
@name Mastodon Modern
|
||||
@version 1.6.3
|
||||
@version 1.6.4
|
||||
@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
|
||||
@@ -1241,6 +1241,9 @@
|
||||
line-height 1.2
|
||||
font-size 1em !important
|
||||
}
|
||||
&:empty {
|
||||
display none
|
||||
}
|
||||
}
|
||||
}
|
||||
&::after {
|
||||
@@ -1301,7 +1304,6 @@
|
||||
padding-top 15px !important
|
||||
padding-bottom 0 !important
|
||||
margin 0 !important
|
||||
margin-bottom -10px !important
|
||||
z-index 2
|
||||
position relative
|
||||
[class*="icon-wrapper"] {
|
||||
@@ -1324,8 +1326,12 @@
|
||||
line-height 1.4
|
||||
}
|
||||
}
|
||||
.status__prepend {
|
||||
margin-bottom -10px !important
|
||||
}
|
||||
.notification-favourite, .notification-reblog {
|
||||
.notification__message {
|
||||
margin-bottom -10px !important
|
||||
& ~ div {
|
||||
.status__info, .status__action-bar {
|
||||
display none
|
||||
@@ -2945,7 +2951,6 @@
|
||||
.notification {
|
||||
> .notification__message {
|
||||
padding-inline-start 15px !important
|
||||
padding-bottom 10px !important
|
||||
padding-top 18px !important
|
||||
}
|
||||
.account {
|
||||
|
||||
Reference in New Issue
Block a user