allow post-component to shrink to fit media

forcing a min-height causes sizing issues
pull/1474/head
trwnh 2019-06-28 03:35:20 -05:00 zatwierdzone przez GitHub
rodzic ab0e5a36de
commit 3cf30697c2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -390,11 +390,6 @@
.postPresenterContainer {
background: #fff;
}
@media(min-width: 720px) {
.postPresenterContainer {
min-height: 600px;
}
}
::-webkit-scrollbar {
width: 0px;
background: transparent;