mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 21:38:07 +01:00
Fix centering on public pages
This commit is contained in:
parent
60fc04756a
commit
abb53fa338
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@
|
||||||
.status__info .status__display-name {
|
.status__info .status__display-name {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
padding: 6px 0;
|
||||||
padding-right: 25px;
|
padding-right: 25px;
|
||||||
margin: initial;
|
margin: initial;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue