Skip to content

Commit

Permalink
Sync fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Jan 29, 2021
1 parent 5582944 commit 44cd654
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion obsidian.css
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,9 @@ button,
.progress-bar-message {
color: var(--text-faint);
}

.modal.mod-sync-history {
background-color: var(--shade-0);
}
.modal {
border: none;
background: var(--background-primary);
Expand Down Expand Up @@ -3047,6 +3049,17 @@ input.search-input:focus {
margin-right: 10px;
}

.status-bar-item-icon {
display: block;
}

.status-bar-item-icon svg {
display: block;
width: 1em;
height: 1em;
fill: currentColor;
}

/* --------------- */
/* Default ribbon sidedock icons */

Expand Down

0 comments on commit 44cd654

Please sign in to comment.