Blame Raw
· · · 19 lines (375 B)
0 contributors
1/* iPhone copium land */
2body.safari .popup .popup-body:has(.maximized_textarea),
3body.safari .popup.large_dialogue_popup .popup-body {
4 height: 100%;
5}
6
7body.safari .popup .popup-body {
8 height: fit-content;
9 max-height: 90vh;
10 max-height: 90dvh;
11}
12
13body.safari #select_chat_div {
14 height: auto;
15}
16
17body.safari #select_chat_popup {
18 height: max-content;
19}