Add support for masto 4.2

monster
clov 2023-09-22 14:02:25 +02:00
parent 7f43cb001d
commit 4fe475efd6
2 changed files with 634 additions and 558 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name Quick Tweak Mastodon
@namespace github.com/openstyles/stylus
@version 0.15.1
@version 0.16.0
@author Clovis Gauzy
@license BSD-4-Clause
@preprocessor less
@ -266,7 +266,71 @@
.fa.fa-unlock:before {
content: "🔓";
}
.status-card__content {
padding: .75em .5em
}
.status-card__author, .status-card__host, .status-card__description {
font-size: .7em;
}
.status-card__host {
margin-bottom: .5em;
font-style: italic;
}
.status-card__title {
font-size: .9em;
line-height: normal;
font-weight: 600;
}
* {
aspect-ratio: auto!important;
}
.spoiler-button__overlay span {
display: inline;
margin-left: .25em;
padding: 0;
}
.media-gallery__gifv__label,
.status__line {
display: none;
}
.spoiler-button {
opacity: .5;
}
.media-gallery:hover .spoiler-button {
display: inherit;
opacity: 1;
}
.compose-form__highlightable.active {
box-shadow: none;
}
.hashtag-bar {
font-size: .9em;
font-weight: 100;
.link-button {
font-weight: inherit;
}
}
.status--in-thread .attachment-list,
.status--in-thread .audio-player,
.status--in-thread .hashtag-bar,
.status--in-thread .media-gallery,
.status--in-thread .picture-in-picture-placeholder,
.status--in-thread .status-card,
.status--in-thread .status__action-bar,
.status--in-thread .status__content,
.status--in-thread .video-player {
margin: 0;
width: 100%;
}
}
@ -285,7 +349,5 @@
max-height: 21em;
overflow-y: visible;
scrollbar-width: auto;
}
}
}