Преглед на файлове

Fix timeline height on landing page for Safari (#4392)

`height: 100%` in `align-self: stretch` flexboxes doesn't work on Safari < 11.

https://bugs.webkit.org/show_bug.cgi?id=137730

This workaround uses flexbox instead of `height: 100%` to stretch height.
master
unarist преди 6 години
committed by Eugen Rochko
родител
ревизия
73890c3cac
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      app/javascript/styles/about.scss

+ 1
- 1
app/javascript/styles/about.scss Целия файл

@@ -547,6 +547,7 @@
}

#mastodon-timeline {
display: flex;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
font-family: 'mastodon-font-sans-serif', sans-serif;
@@ -565,7 +566,6 @@
padding: 0;
border-radius: 4px;
overflow: hidden;
height: 100%;
}

.scrollable {


Зареждане…
Отказ
Запис