-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbrowser.css
40 lines (34 loc) · 827 Bytes
/
browser.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
/* Create invisible draggable area */
body.papyrus-drag::after {
content: "";
width: 100%;
position: fixed;
top: 0;
left: 0;
height: 20px;
background: transparent;
z-index: 100;
-webkit-app-region: drag;
}
/* Move Paper title because of Mac controls */
body.papyrus-better-header .header-pad-title-and-folder {
left: 105px;
}
body.papyrus-better-header .hp-header-back-button-wrapper {
left: 65px !important;
}
body.papyrus-better-header .hp-p8n-header-left {
transform: translateX(50px);
}
.maestro-nav__home-button {
cursor: default !important;
}
/* Remove back button */
.maestro-nav__home-button .maestro-nav__caret {
display: none !important;
}
/* Move button so it doesn't touch the scrollbar */
#hp-page-editor footer .hp-versions-button,
#hp-editor-assist-buttons {
transform: translateX(-16px);
}