From dabf8187f7265f970f6813df82d262d978f95d14 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 8 Aug 2022 00:22:05 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20la=20maximizaci=C3=B3n=20de=20CKEdito?= =?UTF-8?q?r=20en=20Firefox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se ajustan los div's #wrapper y #content aprovechando que al maximizar el editor los bloques principales se quedan sin clases. Básicamente se asegura de que quedan debajo del editor. Las líneas #wiki_form... se incluyen sólo por estética, para evitar la visualización de algunos elementos del formulario del wiki por debajo de la línea de separación del editor. Resuelve #527 --- .../themes/circlepro/stylesheets/application.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/public/themes/circlepro/stylesheets/application.css b/public/themes/circlepro/stylesheets/application.css index b5b7a0a..5aecba9 100644 --- a/public/themes/circlepro/stylesheets/application.css +++ b/public/themes/circlepro/stylesheets/application.css @@ -50,6 +50,18 @@ body { background-color: #182330; } +html > body[class=""] #wrapper { + background: inherit; +} +html > body[class=""] #content { + min-height: 0px; + max-height: calc(100vh - 300px); +} +#wiki_form[class=""] p, +#wiki_form[class=""] fieldset { + visibility: hidden; +} + #wrapper-top-menu, #wrapper-header, #wrapper-main-menu, @@ -661,9 +673,6 @@ ul.social-menu .social-link-mail:hover a { background: url(../images/icon2top.png) no-repeat; z-index: 999; } -body.action-edit #scrollup { - display: none; -} @media screen and (max-width: 899px) { #scrollup { bottom: 20px;