1
0
Fork 0

Different way of shifting the pixels

This commit is contained in:
Lim Chee Aun 2022-12-22 12:59:44 +08:00
parent 9d8286234f
commit c3bbd04e77

View file

@ -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);
}