mirror of
https://codeberg.org/tacerus/teddit.git
synced 2025-01-08 20:32:33 +01:00
restrict user icon size
This commit is contained in:
parent
a1ab3e7635
commit
8e3afb71d9
@ -933,6 +933,10 @@ footer a {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#user .info img {
|
||||||
|
max-width: 50%;
|
||||||
|
max-height: 190px;
|
||||||
|
}
|
||||||
#user .info h1 {
|
#user .info h1 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
Loading…
Reference in New Issue
Block a user