From 1b58ee35d4c3ea12fd8e433dee4eec162c9b9fa8 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Thu, 2 Mar 2023 11:26:41 -0500 Subject: [PATCH] menu alignment fixed (try2) --- main.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/main.css b/main.css index 2407b39..64b9aaf 100644 --- a/main.css +++ b/main.css @@ -606,12 +606,12 @@ body.darktheme .credits>a:visited { color: white; } -#mainmenu .row { +#mainmenu.row { align-content: center; text-align: center; margin-top: 10px; } -#mainmenu .row:after { +#mainmenu.row:after { content: ""; display: table; clear: both; @@ -1067,12 +1067,6 @@ button.glyphicon-button.active.focus { z-index: 0; } -.row { - align-content: center; - text-align: center; - margin-top: 10px; -} - #controlButtons { position: fixed; z-index: 995; @@ -2164,7 +2158,7 @@ span[data-action-type="stats-graphs-details-container"]>span{ } .canvasStats{ background-color: black; - width: calc(100%); + width: 100%; height: 50px; margin: 0 5px 5px 0; }