From 2f3582d952b1b8e7804638f5023fc4a352792c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 7 Aug 2023 18:36:56 +0200 Subject: [PATCH] Fixed shadows and fixed insiders dashboard --- app/css/material-dark.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/css/material-dark.php b/app/css/material-dark.php index 462df078..4b0d2177 100644 --- a/app/css/material-dark.php +++ b/app/css/material-dark.php @@ -14,7 +14,7 @@ License: GNU General Public License v3.0 @import url('all.css'); @@ -224,7 +223,7 @@ a:focus, a:hover { border-color: transparent; border-radius: 18px; background-color: ; - box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.1), + box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.1); } @@ -607,3 +606,10 @@ a.scroll-to-top.rounded i.fas.fa-angle-up { .text-muted { color: !important; } + +.grid-stack-item-content { + width: 100%; + height: 100%; + padding: 5px; + box-sizing: border-box; +}