Skip to content

Commit

Permalink
Merge branch 'master' into feat/do-not-disturb
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecrownclown committed Feb 27, 2019
2 parents c0f295f + 0d1a367 commit 5fb7530
Show file tree
Hide file tree
Showing 16 changed files with 803 additions and 195 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.md
7 changes: 6 additions & 1 deletion css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
-webkit-app-region: drag;
}

/* Fix broken scroll arrows on mesage input on Windows */
/* Fix broken scroll arrows on message input on Windows */
._kmc {
overflow-y: hidden !important;
}
Expand Down Expand Up @@ -125,6 +125,11 @@ html.hide-dropdowns .uiContextualLayerPositioner {
padding: 8px !important;
}

/* Adjust `Last Seen/Active` subheading for narrower titlebar */
._2v6o {
margin-top: 0 !important;
}

/* `New messages` popup */
._2xhi._5vn4 ._2xhj {
display: none;
Expand Down
10 changes: 10 additions & 0 deletions css/dark-mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -763,3 +763,13 @@ html.dark-mode ._koh {
html.dark-mode ._koh li:not(.selected) {
color: var(--base-seventy);
}

/* "Missed call" timestamp */
html.dark-mode ._2r2v {
color: var(--base-fourty) !important;
}

/* "Incoming call" subheading */
html.dark-mode ._2n1t {
color: var(--base-fourty) !important;
}
Loading

0 comments on commit 5fb7530

Please sign in to comment.