mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +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;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
margin-bottom: -8px;
|
||||||
}
|
}
|
||||||
.status-pre-meta .name-text {
|
.status-pre-meta .name-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
@ -78,12 +79,6 @@
|
||||||
.status.large.visibility-direct {
|
.status.large.visibility-direct {
|
||||||
background-image: var(--fade-in-out-bg), var(--yellow-stripes);
|
background-image: var(--fade-in-out-bg), var(--yellow-stripes);
|
||||||
}
|
}
|
||||||
.status-pre-meta + .status {
|
|
||||||
padding-top: 8px;
|
|
||||||
}
|
|
||||||
.status.small {
|
|
||||||
/* font-size: 95%; */
|
|
||||||
}
|
|
||||||
.status.skeleton {
|
.status.skeleton {
|
||||||
color: var(--outline-color);
|
color: var(--outline-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue