From: Hypolite Petovan Date: Sat, 17 Dec 2022 00:16:25 +0000 (-0500) Subject: [frio] Allow space for the upload button in the fbrowser modal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30973647a6ca59c1d7ed99d30cd79d8eb43f3008;p=friendica.git [frio] Allow space for the upload button in the fbrowser modal --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 6ce7356d34..e376a8dc43 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1556,11 +1556,11 @@ textarea.comment-edit-text:focus + .comment-edit-form .preview { } .fbrowser .fbrowser-content-container { overflow-y: auto; - max-height: calc(100vh - 175px); + max-height: calc(100vh - 233px); } @media (min-width: 768px) { .fbrowser .fbrowser-content-container { - max-height: calc(100vh - 220px); + max-height: calc(100vh - 277px); } } .fbrowser.photo .photo-album-image-wrapper {