Browse Source

Изменения от Главреда ГитЖС | Changes of GitJS Glavred

master
Главред | Glavred 3 years ago
parent
commit
b41ab20ada
2 changed files with 8 additions and 4 deletions
  1. +1
    -1
      0000
  2. +7
    -3
      макет|template.css

+ 1
- 1
0000 View File

@@ -1,5 +1,5 @@
UIK UIK
1.0.0
1.1.0
https://git.opengamestudio.org/kornerr/uik https://git.opengamestudio.org/kornerr/uik


x /загрузка|load.js x /загрузка|load.js


+ 7
- 3
макет|template.css View File

@@ -2,7 +2,7 @@
{ {
width: 240px !important; width: 240px !important;
position: fixed; position: fixed;
top: 80px;
top: 0px;
bottom: 0; bottom: 0;
padding: 40px; padding: 40px;
border-right: 1px #e5e5e5 solid; border-right: 1px #e5e5e5 solid;
@@ -18,12 +18,16 @@
#${содержимое} #${содержимое}
{ {
width: calc(100% - 320px); width: calc(100% - 320px);
height: calc(100% - 80px);
height: calc(100% - 40px);
position: fixed; position: fixed;
top: 80px;
top: 40px;
left: 320px; left: 320px;
right: 0; right: 0;
bottom: 0; bottom: 0;
overflow: auto; overflow: auto;
} }


.height40, .uk-navbar-nav > li > .height40
{
min-height: 40px;
}

Loading…
Cancel
Save