From: Hypolite Petovan Date: Sat, 12 Sep 2020 13:34:05 +0000 (-0400) Subject: [frio] Increase modal width to accomodate longer words translations in jot X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=90cdc55a7969721a6061e4a2a25ec64c399d5e76;p=friendica.git [frio] Increase modal width to accomodate longer words translations in jot --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 83ae18ebfb..dcdcc8b4bc 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2994,6 +2994,12 @@ main .nav-tabs>li.active>a:hover { border-color: #eee; } +@media (min-width: 768px) { + .modal-dialog { + width: 650px; + } +} + /* * Framework overwrite */