Different way of shifting the pixels

pull/20/head
Lim Chee Aun 2022-12-22 12:59:44 +08:00
rodzic 9d8286234f
commit c3bbd04e77
1 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -45,6 +45,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-bottom: -8px;
}
.status-pre-meta .name-text {
display: inline;
@ -78,12 +79,6 @@
.status.large.visibility-direct {
background-image: var(--fade-in-out-bg), var(--yellow-stripes);
}
.status-pre-meta + .status {
padding-top: 8px;
}
.status.small {
/* font-size: 95%; */
}
.status.skeleton {
color: var(--outline-color);
}