mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
UX: Give badge icons width to accommodate for dimensionless SVGs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user