mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 02:35:39 +03:00
Need readable max width
This commit is contained in:
parent
f303c6d36c
commit
cc3a1d3030
1 changed files with 2 additions and 0 deletions
|
@ -599,10 +599,12 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
.status-loading {
|
||||
text-align: center;
|
||||
color: var(--text-insignificant-color);
|
||||
max-width: var(--main-width);
|
||||
}
|
||||
.status-error {
|
||||
text-align: center;
|
||||
color: var(--text-insignificant-color);
|
||||
max-width: var(--main-width);
|
||||
}
|
||||
|
||||
.status-link {
|
||||
|
|
Loading…
Reference in a new issue