mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
UX: Give badge icons width to accommodate for dimensionless SVGs
This commit is contained in:
parent
7c130990e9
commit
589351d996
@ -161,9 +161,12 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 3.5em;
|
||||
|
||||
a {
|
||||
width: 100%;
|
||||
}
|
||||
img {
|
||||
max-width: 80px;
|
||||
width: 100%;
|
||||
max-width: 65px;
|
||||
max-height: 80px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user