]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Fix minimal layout
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 29 Dec 2018 05:19:07 +0000 (00:19 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 29 Dec 2018 20:40:04 +0000 (15:40 -0500)
view/theme/frio/css/style.css

index 9f03b436d02d31ae6e0d44b088c2f5e33ac079ff..e8f004f157caf817eed5bad127ec00ea65820da7 100644 (file)
@@ -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;