mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
[Glitch] Reduce padding of profile metadata boxes to allow more text
Port 9463bba5fb to glitch-soc
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
dt,
|
dt,
|
||||||
dd {
|
dd {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 14px 20px;
|
padding: 14px 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-height: 48px;
|
max-height: 48px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user