mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 00:38:07 +01:00
[Glitch] Improve alt text form accessibility with long texts
Port bbf6cb66f6
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
f6903d9ab0
commit
658911c268
1 changed files with 9 additions and 0 deletions
|
@ -6504,6 +6504,7 @@ a.status-card {
|
||||||
.report-modal__comment {
|
.report-modal__comment {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
min-width: 50%;
|
||||||
|
|
||||||
@media screen and (width <= 480px) {
|
@media screen and (width <= 480px) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -6572,6 +6573,14 @@ a.status-card {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
||||||
|
@media screen and (height <= 600px) {
|
||||||
|
max-height: 20vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: $no-columns-breakpoint) {
|
||||||
|
max-height: 20vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setting-toggle {
|
.setting-toggle {
|
||||||
|
|
Loading…
Reference in a new issue