From: Hypolite Petovan Date: Sat, 29 Dec 2018 05:19:07 +0000 (-0500) Subject: [frio] Fix minimal layout X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdcdbe287ed3ff25a481b2558bac6b26d5546db4;p=friendica.git [frio] Fix minimal layout --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9f03b436d0..e8f004f157 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -130,6 +130,15 @@ blockquote { /* * standard page elements */ + +section.minimal { + top: 0px; + left: 0px; + position: absolute; + width: 100%; + height: 100%; +} + #back-to-top { display: none; cursor: pointer;