-
Notifications
You must be signed in to change notification settings - Fork 0
/
4c758603f1604611142662f0ddecadcb583394b5.css
81 lines (71 loc) · 1.46 KB
/
4c758603f1604611142662f0ddecadcb583394b5.css
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
html,
body,
#notion-app {
height: auto !important;
overflow: auto !important;
font-size: 14px !important;
-webkit-print-color-adjust: exact;
padding: 0 !important;
margin: 0 !important;
}
.notion-help-button,
.notion-print-ignore,
.notion-overlay-container,
.notion-sidebar-container,
.notion-presence-container,
.notion-topbar,
.notion-topbar-export-popup,
.notion-selectable-halo,
.notion-help-button,
.notion-page-controls {
display: none !important;
}
.notion-frame {
width: 100% !important;
height: auto !important;
border: none !important;
padding: 0 !important;
margin: 0 !important;
-webkit-print-color-adjust: exact;
}
.notion-scroller {
height: auto !important;
width: 100% !important;
max-height: none !important;
max-width: none !important;
overflow: visible !important;
padding: 0 !important;
margin: 0 !important;
/* Remove the extra padding when the screen is wide. */
display: block !important;
}
html {
height: auto !important;
overflow: auto !important;
font-size: 14px !important;
}
.notion-invoice {
height: auto !important;
}
.notion-code-block > div {
white-space: normal !important;
}
.notion-selectable {
page-break-inside: avoid;
-webkit-region-break-inside: avoid;
position: relative;
overflow: initial;
min-height: 0;
max-width: none !important;
}
.notion-page-content {
display: block !important;
width: 100% !important;
position: relative;
overflow: initial;
min-height: 0;
}
@page {
size: auto;
margin: 20mm 0 20mm 0;
}