-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
45 lines (38 loc) · 748 Bytes
/
Copy pathstyle.css
File metadata and controls
45 lines (38 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.page {
user-drag: none;
user-select: none;
-webkit-user-drag: none;
}
.button-holder {
-webkit-app-region: no-drag;
z-index: 10;
bottom: 5px;
display: none;
width: 100%;
}
html:hover .button-holder {
display: flex;
}
html, body, .page-holder {
height: 100%;
width: 100%;
-webkit-app-region: drag;
}
html, body {
margin: 0;
padding: 0;
overflow: hidden;
}
#no-comic-text {
border-width: 5px !important;
border-style: dashed !important;
}
#current-page {
border: 0;
text-align: right;
-webkit-app-region: no-drag;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}