Skip to content

Commit

Permalink
Restored Signup link functionality. Fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 1, 2017
1 parent 25429b6 commit cc648c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions black-mode.css
Expand Up @@ -24,6 +24,10 @@ html.black-mode body {
-webkit-app-region: drag;
}

html.black-mode #switch-link {
-webkit-app-region: no-drag;
}

html.black-mode .GDAMOPFCO4B {
left: 0;
right: 0;
Expand Down
4 changes: 4 additions & 0 deletions browser.css
Expand Up @@ -19,6 +19,10 @@ body {
background: #2dbe60 !important;
}

#switch-link {
-webkit-app-region: no-drag;
}

.GDAMOPFCO4B {
left: 0;
right: 0;
Expand Down
4 changes: 4 additions & 0 deletions dark-mode.css
Expand Up @@ -23,6 +23,10 @@ html.dark-mode body {
-webkit-app-region: drag;
}

html.dark-mode #switch-link {
-webkit-app-region: no-drag;
}

html.dark-mode .GDAMOPFCO4B {
left: 0;
right: 0;
Expand Down

0 comments on commit cc648c3

Please sign in to comment.