mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
height fix
This commit is contained in:
parent
910856cce5
commit
667af9debd
@ -128,7 +128,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
max-height: 450px;
|
max-height: 475px;
|
||||||
@media screen and (max-height: 768px) {
|
@media screen and (max-height: 768px) {
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user