SilverBullet pivot to become an offline-first PWA (#403)
This commit is contained in:
+20
-11
@@ -14,6 +14,10 @@
|
||||
border-bottom: #cacaca 1px solid;
|
||||
}
|
||||
|
||||
#sb-top.sb-sync-error {
|
||||
background-color: #fdf8cb;
|
||||
}
|
||||
|
||||
|
||||
.sb-panel {
|
||||
border-left: 1px solid #eee;
|
||||
@@ -131,13 +135,14 @@
|
||||
|
||||
|
||||
.cm-panels-bottom {
|
||||
background-color: #e1e1e1;
|
||||
border-top: #cacaca 1px solid;
|
||||
.cm-vim-panel {
|
||||
padding: 0 20px;
|
||||
max-width: var(--editor-width);
|
||||
margin: auto;
|
||||
}
|
||||
background-color: #e1e1e1;
|
||||
border-top: #cacaca 1px solid;
|
||||
|
||||
.cm-vim-panel {
|
||||
padding: 0 20px;
|
||||
max-width: var(--editor-width);
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.cm-editor .cm-tooltip-autocomplete {
|
||||
@@ -563,6 +568,11 @@ html[data-theme="dark"] {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#sb-top.sb-sync-error {
|
||||
background-color: #622626;
|
||||
}
|
||||
|
||||
|
||||
.sb-directive-start {
|
||||
background-color: rgb(38, 38, 38) !important;
|
||||
}
|
||||
@@ -588,9 +598,7 @@ html[data-theme="dark"] {
|
||||
color: #c7c7c7;
|
||||
}
|
||||
|
||||
.sb-meta {
|
||||
|
||||
}
|
||||
.sb-meta {}
|
||||
|
||||
.sb-modal-box,
|
||||
/* duplicating the class name to increase specificity */
|
||||
@@ -613,6 +621,7 @@ html[data-theme="dark"] {
|
||||
border-top: rgb(62, 62, 62) 1px solid;
|
||||
background: rgb(38, 38, 38);
|
||||
color: white !important;
|
||||
|
||||
.cm-vim-panel {
|
||||
max-width: var(--editor-width);
|
||||
margin: auto;
|
||||
@@ -671,4 +680,4 @@ html[data-theme="dark"] {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user