Readd word wrapping and just force it to normal for the sorting section

This commit is contained in:
Butter Cat 2024-07-26 18:04:57 -04:00
parent cab2bb25c4
commit 7988dd5014
No known key found for this signature in database
GPG key ID: FF37BE4FDDB74419

View file

@ -137,6 +137,7 @@ input {
margin: 0;
color: var(--text);
font-family: "Inter", sans-serif;
word-wrap: anywhere;
}
html.fixed_navbar {
@ -862,6 +863,7 @@ main > * > footer > a {
text-align: center;
cursor: pointer;
transition: 0.2s background;
word-wrap: normal;
}
#sort_options > a.selected,