Skip to content

Commit

Permalink
Fix draggable region (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitecrownclown authored and sindresorhus committed Aug 8, 2019
1 parent 649d80b commit 9a692db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body {
/* Bind the toolbar as the window's draggable region */
._36ic._5l-3,
._5742,
._6-xk,
._673w {
-webkit-app-region: drag;
}
Expand Down Expand Up @@ -297,7 +298,7 @@ html.is-window-inactive ._1ht1._1ht2 * {

/* Message composer buttons */
a._4rv6, /* "Choose a sticker" */
a._4ce_ { /* "Play a game" */
a._4ce_ /* "Play a game" */ {
opacity: 1 !important;
filter: invert(0.66);
}
Expand Down

0 comments on commit 9a692db

Please sign in to comment.