-
Notifications
You must be signed in to change notification settings - Fork 23
/
Checklist - Ultra compact.css
108 lines (87 loc) · 2.44 KB
/
Checklist - Ultra compact.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
/*
Checklists plugin Ultra Compact styles
Targeting 'classic' style option in UI with 'tags' mode
https://github.com/replete/obsidian-minimal-theme-css-snippets
*/
.workspace .view-content:has(.checklist-plugin-main) {
padding:0
}
.workspace .view-content .checklist-plugin-main {
padding:0 6px 0 8px;
}
.workspace .view-content .checklist-plugin-main .group {
margin-bottom:0;
border:none
}
.workspace .view-content .checklist-plugin-main .group-header {
padding-left:8px;
margin-bottom:0;
}
.workspace .view-content .checklist-plugin-main .group-header .space {
/* order:3; */
display:none
}
.workspace .view-content .checklist-plugin-main .group-header .collapse {
margin-left:-2px
}
.workspace .view-content .checklist-plugin-main .group-header .count {
display:none;
}
.workspace .view-content .checklist-plugin-main .group-header .title {
font-size:13px;
}
.workspace .view-content .checklist-plugin-main .group-header .title span {
color:var(--tx2)
}
.workspace .view-content .checklist-plugin-main .group-header .title span:last-of-type {
color:var(--tx1);
font-weight:600;
text-indent:0.1em
}
.workspace .view-content .checklist-plugin-main .settings-container svg {
transform: scale(0.75);
opacity:0.3;
}
.workspace .view-content .checklist-plugin-main .group-header:has(.left) {
opacity:0.5
}
.workspace .view-content .checklist-plugin-main ul li {
align-items:flex-start;
margin: 8px 0;
}
.workspace .view-content .checklist-plugin-main ul p {
margin:0;
font-size:13px;
color: var(--tx2);
line-height:1.35em;
padding-bottom:4px;
color:var(--tx1)
}
.workspace .view-content .checklist-plugin-main ul .toggle {
padding:0 6px 0 8px;
margin:0;
height:auto !important;
}
.workspace .view-content .checklist-plugin-main .toggle .checkbox {
border-color:var(--tx2);
height:16px !important;
width:16px !important;
min-height:auto;
min-width:auto;
transform:translate(0,0px)
}
.workspace .view-content .checklist-plugin-main input.search {
margin:0
}
.workspace .view-content .checklist-plugin-main input.search {
}
.workspace .view-content .checklist-plugin-main input.search:focus {
box-shadow: none !important
}
.workspace .view-content .checklist-plugin-main input.search::placeholder {
color:var(--tx3);
opacity:0.4;
}
.workspace .view-content .checklist-plugin-main > .container {
margin-bottom:0;
}