Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
fixed draggable region again
Browse files Browse the repository at this point in the history
  • Loading branch information
yjlintw committed Apr 25, 2017
1 parent bc5285b commit 4a66b8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
17 changes: 0 additions & 17 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,6 @@
*/
/* ---- Utility ----*/
/* ---- Overall area ----*/
body, #comic-header {
-ms-overflow-style: scrollbar;
-webkit-app-region: drag; }

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea,
.favorite-entry,
.search-result,
.chapter-entry,
.comic-page-container,
.subscribe-btn {
-webkit-app-region: no-drag; }

body, html, .whole-view {
font-family: 'Roboto Condensed',"文泉驛正黑","WenQuanYi Zen Hei","黑體-繁","Heiti TC","微軟正黑體","Microsoft JhengHei",sans-serif;
background: #222935; }
Expand Down
19 changes: 0 additions & 19 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,6 @@ $chapter-selector-width: 250px;
// display: flex;
// }

body, #comic-header {
-ms-overflow-style: scrollbar;
-webkit-app-region:drag;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
button,
textarea,
.favorite-entry,
.search-result,
.chapter-entry,
.comic-page-container,
.subscribe-btn {
-webkit-app-region: no-drag;
}


body, html, .whole-view {
font-family:'Roboto Condensed',"文泉驛正黑","WenQuanYi Zen Hei","黑體-繁","Heiti TC","微軟正黑體","Microsoft JhengHei",sans-serif;
Expand Down

0 comments on commit 4a66b8b

Please sign in to comment.