mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:09:00 +08:00
UX: Adjustments for the about page banner image (#28692)
Meta topic: https://meta.discourse.org/t/new-about-banner-cut-off-on-mobile/324354?u=osama
This commit is contained in:
parent
7577231ba2
commit
9780f0fd52
|
@ -6,6 +6,10 @@
|
|||
max-width: 1100px;
|
||||
}
|
||||
|
||||
&__header {
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
&__left-side {
|
||||
flex: 1 1 650px;
|
||||
}
|
||||
|
@ -42,8 +46,9 @@
|
|||
|
||||
&__banner {
|
||||
margin-bottom: 1em;
|
||||
min-height: 300px;
|
||||
max-height: 300px;
|
||||
max-width: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
&__activities-item {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
max-width: unset;
|
||||
section:not(.admins):not(.moderators):not(.category-moderators):not(
|
||||
.about__admins
|
||||
):not(.about__moderators) {
|
||||
):not(.about__moderators):not(.about__header) {
|
||||
max-width: 700px;
|
||||
}
|
||||
.about.category-moderators {
|
||||
|
|
Loading…
Reference in New Issue
Block a user