From f9851071ed394701ffc5c79c69ba8cc387d98804 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 5 Aug 2020 19:52:00 +0200 Subject: [PATCH] css --- lostplaces/lostplaces_app/static/main.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lostplaces/lostplaces_app/static/main.css b/lostplaces/lostplaces_app/static/main.css index 311fd8d..fd22b78 100644 --- a/lostplaces/lostplaces_app/static/main.css +++ b/lostplaces/lostplaces_app/static/main.css @@ -280,7 +280,8 @@ body { .LP-Menu--sidebar .LP-Menu__List .LP-Menu__Item:hover { border-right: 2px solid #C09F80; position: relative; - background-color: #D7CEC7; } + background-color: #D7CEC7; + color: #76323F; } @media (max-width: 750px) { .LP-Menu:not(.LP-Menu--sidebar) .LP-Menu__List { @@ -516,15 +517,16 @@ body { padding: 0; } } .LP-Main { - display: flex; + display: table; flex-direction: row-reverse; height: calc(100% - 61px); } .LP-Main .LP-Main__Content { - flex-grow: 1; + display: table-cell; width: calc(100% -300px); - min-height: 1px; } + min-height: 1px; + padding: 25px; } .LP-Main .LP-Main__Sidebar { - flex-shrink: 0; + display: table-cell; width: 250px; flex-grow: 0; height: 100%; }