mirror of
https://git.gay/freeplay/Mastodon-Modern.git
synced 2026-01-15 08:22:57 -03:00
1.10.5 - hotfix
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user