From 2f910726e9e90cfbb0d697c378acce7e875698b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 12 Nov 2020 14:48:45 +0000 Subject: [PATCH] Start fixing index app grid --- customize.dist/src/less2/pages/page-index.less | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/customize.dist/src/less2/pages/page-index.less b/customize.dist/src/less2/pages/page-index.less index 3ab26e369..b9fa7f654 100644 --- a/customize.dist/src/less2/pages/page-index.less +++ b/customize.dist/src/less2/pages/page-index.less @@ -81,7 +81,7 @@ display: flex; flex-wrap: wrap; justify-content: space-around; - & > a { + a { margin: 10px; } } @@ -94,15 +94,9 @@ box-sizing: border-box; position: relative; flex-flow: column; - height: @icons-size; + //height: @icons-size; width: @icons-size; - a { - color: @cryptpad_text_col; - &:hover { - color: @cryptpad_text_col; - text-decoration-line: none; - } - } + div h4 { @media only screen and (min-device-width: 576px) and (max-device-width: 767px) { font-size: 1.3em; @@ -122,10 +116,11 @@ .fa, .cptools { display: flex; align-items: center; - font-size: @icons-size - 60px; + font-size: 3.5em; justify-content: center; width: @icons-size; - height: @icons-size - @icons-text-size; + padding:10px 10px 0px 10px; + //height: @icons-size - @icons-text-size; } &.cp-app-disabled { cursor: not-allowed !important; @@ -133,6 +128,7 @@ } .pad-button-text { color: @cryptpad_text_col; + padding:5px; } } h4 {