mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
UX: protection for very wide category-logo images on narrow screens
This commit is contained in:
parent
334bd78516
commit
22f43abb0e
@ -42,6 +42,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.category-heading {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-list-item.visited,
|
||||
|
@ -210,8 +210,6 @@ button.dismiss-read {
|
||||
}
|
||||
|
||||
.category-heading {
|
||||
clear: both;
|
||||
max-width: 100%;
|
||||
p {
|
||||
line-height: $line-height-large;
|
||||
font-size: $font-up-3;
|
||||
|
Loading…
Reference in New Issue
Block a user