1
0

Lots of tweaks

This commit is contained in:
Zef Hemel
2022-05-09 14:59:12 +02:00
parent 35dc75d94e
commit f6758dbbaf
25 changed files with 336 additions and 62 deletions
+14 -10
View File
@@ -73,13 +73,18 @@ body {
font-size: 28px;
padding: 10px 20px;
.status {
float: right;
position: absolute;
font-family: "iA-Mono";
bottom: 45px;
left: 5px;
right: 5px;
background-color: rgb(187, 221, 247);
border: rgb(41, 41, 41) 1px solid;
border-radius: 5px;
padding: 3px;
font-size: 14px;
font-size: 15px;
z-index: 100;
}
.current-page {
@@ -113,13 +118,10 @@ body {
font-size: 80%;
}
}
}
.panel {
flex: 1;
}
}
@@ -141,10 +143,8 @@ body {
margin: 0;
}
}
}
#editor {
overflow-y: scroll;
flex: 2;
@@ -152,10 +152,13 @@ body {
}
#bhs {
height: 200px;
height: 300px;
width: 100%;
border-top: rgb(193, 193, 193) 1px solid;
.panel {
height: 100%;
.panel {
iframe {
border: 0;
width: 100%;
@@ -173,4 +176,5 @@ body {
text-align: right;
background-color: rgb(213, 213, 213);
border-top: rgb(193, 193, 193) 1px solid;
font-family: "iA-Mono";
}