mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 21:38:07 +01:00
[Glitch] Reduce padding of profile metadata boxes to allow more text
Port 9463bba5fb
to glitch-soc
This commit is contained in:
parent
171e54eb46
commit
5ce6727669
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
dt,
|
||||
dd {
|
||||
box-sizing: border-box;
|
||||
padding: 14px 20px;
|
||||
padding: 14px 5px;
|
||||
text-align: center;
|
||||
max-height: 48px;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue