Skip to content

Commit

Permalink
Fixes styling of offline badge (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
belcherj authored Jul 28, 2020
1 parent 7a009ed commit 422ae67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/note-toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@
color: $studio-gray-50;
font-size: 12px;
height: 24px;
line-height: 24px;
margin-top: 16px;
text-align: center;
width: 64px;
}

.is-electron .note-toolbar-wrapper .offline-badge {
margin-top: -11px;
}

.theme-dark .note-toolbar-wrapper .offline-badge {
border: solid 1px $studio-gray-80;
box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.02);
Expand Down

0 comments on commit 422ae67

Please sign in to comment.