mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Different way of shifting the pixels
This commit is contained in:
parent
9d8286234f
commit
c3bbd04e77
1 changed files with 1 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue