change "Unresolved" to an "X" to save space

pull/36/head
lartsch 2022-12-21 09:00:15 -05:00
rodzic 379b67569b
commit 3a5809d73d
4 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -65,6 +65,7 @@
.fediactunresolved {
color: orange;
font-weight: bold;
padding-right: 10px;
padding-left: 10px
}

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -887,7 +887,7 @@ async function processToots() {
// is the toot unresolved?
if (!tootdata[1]) {
// yes, then add the Unresolved indicator
$("<span class='fediactunresolved'>Unresolved</span>").insertAfter($(favButton))
$("<span class='fediactunresolved'>X</span>").insertAfter($(favButton))
} else {
// otherwise start processing button styles (if enabled OR if the toot was already interacted with, to restore the state while still on the same page)
// first enable the bookmark button (is disabled on external instances)

2
src/inject.min.js vendored

File diff suppressed because one or more lines are too long