1.10.5 - hotfix

This commit is contained in:
Freeplay
2024-03-24 16:28:52 -04:00
parent 302fa3baa4
commit 19d1a93399
2 changed files with 12 additions and 3 deletions

View File

@@ -2225,6 +2225,9 @@ a:focus-visible,
overflow: hidden;
text-overflow: ellipsis;
}
#mastodon .status__prepend + .status:not(.status-direct) {
padding-top: 0;
}
#mastodon .notification .status .status__info {
margin-top: 0px !important;
}
@@ -2480,7 +2483,7 @@ a:focus-visible,
.detailed-status__wrapper-direct .status__content {
font-size: 17px;
}
#mastodon .status__wrapper:not(.detailed-status__wrapper-direct) .status__prepend {
#mastodon .status__wrapper-direct:not(.detailed-status__wrapper-direct) .status__prepend {
position: absolute;
font-size: 0;
opacity: 0;

View File

@@ -5,11 +5,14 @@
// textbox in the left panel following this format:
// *://domain.tld/*
/* Update 1.10.4
FOR ADMINS: Do not update until the version with the new design releases,
unless you're on a nightly version with the design already in use.
- Fixes for Mastodon's bordered design
1.10.5, hotfix
- Fix status context's
*/
/* ==UserStyle==
@@ -1615,6 +1618,9 @@ unless you're on a nightly version with the design already in use.
text-overflow ellipsis
}
}
& + .status:not(.status-direct) {
padding-top 0
}
}
.notification .status {
//padding-top 0
@@ -1872,7 +1878,7 @@ unless you're on a nightly version with the design already in use.
}
}
}
.status__wrapper:not(.detailed-status__wrapper-direct) {
.status__wrapper-direct:not(.detailed-status__wrapper-direct) {
.status__prepend {
position absolute
font-size 0