-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstyles.css
More file actions
40 lines (40 loc) · 906 Bytes
/
Copy pathstyles.css
File metadata and controls
40 lines (40 loc) · 906 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
/* src/styles.scss */
.kofi-button {
z-index: 999;
position: absolute;
bottom: var(--size-4-5);
right: var(--size-4-5);
height: 30px;
}
.kofi-button img {
height: 100%;
}
.docxer-settings-heading {
border-bottom: 1px solid var(--color-accent);
}
.docxer-settings-heading:not(:first-child) {
margin-top: var(--size-4-10) !important;
}
#docxer-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
font-size: 1rem;
background-color: var(--background-secondary);
}
.docxer-embed {
max-height: 800px;
overflow: auto;
background-color: var(--background-primary);
border: 1px solid var(--background-modifier-border);
border-radius: var(--radius-s);
}
.docx-wrapper {
padding: 0 !important;
background-color: var(--background-primary) !important;
transform-origin: center top;
}
.docx-wrapper article {
user-select: text;
}