Autocreate _internal.db
This commit is contained in:
parent
85a2d0683e
commit
99a15aa567
4 changed files with 58 additions and 14 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -162,7 +162,7 @@ header {
|
|||
}
|
||||
|
||||
.node-name {
|
||||
padding: 32px;
|
||||
margin: 32px 0 16px 0;
|
||||
background: #fff;
|
||||
color: #000;
|
||||
text-align: center;
|
||||
|
|
@ -171,7 +171,7 @@ header {
|
|||
|
||||
.node-content {
|
||||
justify-self: center;
|
||||
padding: 0px 32px;
|
||||
padding: 16px 32px;
|
||||
white-space: pre-wrap;
|
||||
font-size: 0.85em;
|
||||
color: #333;
|
||||
|
|
@ -183,6 +183,7 @@ header {
|
|||
|
||||
&:empty {
|
||||
background: #ddd;
|
||||
border-radius: 8px;
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue