Autocreate _internal.db

This commit is contained in:
Magnus Åhall 2023-06-18 22:25:34 +02:00
parent 85a2d0683e
commit 99a15aa567
4 changed files with 58 additions and 14 deletions

View file

@ -136,7 +136,7 @@ header .menu {
-webkit-tap-highlight-color: transparent;
}
.node-name {
padding: 32px;
margin: 32px 0 16px 0;
background: #fff;
color: #000;
text-align: center;
@ -144,7 +144,7 @@ header .menu {
}
.node-content {
justify-self: center;
padding: 0px 32px;
padding: 16px 32px;
white-space: pre-wrap;
font-size: 0.85em;
color: #333;
@ -155,6 +155,7 @@ header .menu {
}
.node-content:empty {
background: #ddd;
border-radius: 8px;
height: 48px;
}
@media only screen and (max-width: 100ex) {