From b41ab20ada42fc3612556febfc23bd0664ea599c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D1=80=D0=B5=D0=B4=20=7C=20Glavred?= Date: Wed, 25 Nov 2020 13:37:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=D1=82=20=D0=93=D0=BB=D0=B0=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=20=D0=93=D0=B8=D1=82=D0=96=D0=A1=20|=20Chang?= =?UTF-8?q?es=20of=20GitJS=20Glavred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0000 | 2 +- макет|template.css | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/0000 b/0000 index afdb812..bcfe17a 100644 --- a/0000 +++ b/0000 @@ -1,5 +1,5 @@ UIK -1.0.0 +1.1.0 https://git.opengamestudio.org/kornerr/uik x /загрузка|load.js diff --git a/макет|template.css b/макет|template.css index 7547138..8db6b44 100644 --- a/макет|template.css +++ b/макет|template.css @@ -2,7 +2,7 @@ { width: 240px !important; position: fixed; - top: 80px; + top: 0px; bottom: 0; padding: 40px; border-right: 1px #e5e5e5 solid; @@ -18,12 +18,16 @@ #${содержимое} { width: calc(100% - 320px); - height: calc(100% - 80px); + height: calc(100% - 40px); position: fixed; - top: 80px; + top: 40px; left: 320px; right: 0; bottom: 0; overflow: auto; } +.height40, .uk-navbar-nav > li > .height40 +{ + min-height: 40px; +}