* set default header height: 85px * themes * fix css RTL
@@ -500,7 +500,6 @@ a.btn {
/*=== Header */
.header {
background: #171717;
- height: 85px;
}
.header > .item {
@@ -528,10 +527,6 @@ a.btn {
/*=== Body */
-#global {
- height: calc(100% - 85px);
-}
-
.aside {
background: #262626;
@@ -10,6 +10,7 @@
background: variables.$sid-bg;
display: block;
width: auto;
+ height: 3rem;
table-layout: none;
.item {
@@ -101,13 +102,11 @@
#global {
+ height: calc(100% - 4rem);
@@ -771,6 +771,7 @@ form th {
background: #fbf9f6;
.header .item {
@@ -835,7 +836,7 @@ form th {
/*=== Prompt (centered) */
@@ -597,11 +597,6 @@ a.btn {
width: 350px;
-/*=== Body */
background: #1c1c1c;
border-right: 1px solid #333;
border-left: 1px solid #333;
@@ -600,11 +600,6 @@ a.btn {
background: #ecf0f1;
.logo {
@@ -110,12 +111,9 @@
.prompt {
text-align: center;
@@ -758,6 +758,7 @@ form th {
background: #303136;
.header .logo {
@@ -825,7 +826,7 @@ form th {
@@ -431,10 +431,6 @@ img.favicon {
/*=== STRUCTURE */
/*===============*/
-.header {
padding: 10px;
vertical-align: middle;
@@ -467,10 +463,6 @@ img.favicon {
background-color: var(--accent-bg);
border-radius: 12px;
@@ -627,7 +627,7 @@ a.btn,
+ height: calc(100vh - 40px);
@@ -599,10 +599,6 @@ a.btn {
background: #fff;
border-right: 1px solid #aaa;
border-left: 1px solid #aaa;
@@ -570,10 +570,6 @@ a.signin {
@@ -645,7 +645,7 @@ a.btn {
background: #ede7de;
- height: calc(100% - 60px);
+ height: calc(100% - 55px);
@@ -570,6 +570,9 @@ form th {
background: rgba(255, 255, 255, 0.3);
+.header {
+ height: auto;
+}
@@ -667,6 +670,10 @@ form th {
margin: 20px 0;
+#global {
+ height: 100vh;
+
#new-article {
background: #0062be;
font-size: 1em;
@@ -874,6 +874,7 @@ li.drag-hover {
display: table;
width: 100%;
+ height: 85px;
table-layout: fixed;
@@ -909,7 +910,7 @@ input[type="search"] {
background: inherit;
- height: 100%;
+ height: calc(100vh - 85px);