From 8bca478a6b77e263df9fa3e449c3f52924f8380c Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 31 Oct 2018 18:26:37 +0000 Subject: [PATCH] layout fix with large displays @TODO: Fix sequencing with clients/team --- src/api/templates/dashboard/apps/summary.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/api/templates/dashboard/apps/summary.html b/src/api/templates/dashboard/apps/summary.html index 8cdddfa..bb420be 100644 --- a/src/api/templates/dashboard/apps/summary.html +++ b/src/api/templates/dashboard/apps/summary.html @@ -125,11 +125,11 @@ .dialog .title { font-weight: bold; padding:4px; margin-bottom:4px; background:#f3f3f3; } .dialog .title i {color:ff5733} .dialog .message {padding:8px; font-family:verdana; min-height:10%} - @media screen and (max-width: 1280px){ + @media screen and (min-width: 1280px){ .widget .chart .info { width:99%; - min-height:70%; - overflow:hidden + min-height:75%; + overflow:hidden; } } @media only screen and (max-width: 1024px) { @@ -145,7 +145,8 @@ .widget .chart .info { width:99%; min-height:65%; - overflow:hidden + overflow:hidden; + } }