-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathview.css
46 lines (46 loc) · 1.08 KB
/
view.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
/*
* @Author : 稻米鼠
* @Date : 2022-12-28 10:19:04
* @LastEditTime : 2022-12-28 15:58:49
* @FilePath : \ob-templates\Dataview\Notes-Count-View\view.css
* @Description :
*/
/* .markdown-source-view.mod-cm6.is-readable-line-width .cm-embed-block>div,
.markdown-preview-view.is-readable-line-width .markdown-preview-sizer {
width: 100%;
max-width: none;
margin-left: 0 !important;
margin-right: 0 !important;
} */
.dms-notes-dir-box {
gap: 2px;
position: relative;
display: flex;
cursor: pointer;
height: 16px;
}
.dms-notes-dir-box:hover {
box-shadow: 0 0 3px rgba(0, 30, 120, 1);
}
.dms-notes-dir-box > .dms-notes-dir-box {
top: 18px;
}
/* .dms-notes-dir-box::before,
.dms-notes-dir-box::after {
position: absolute;
top: .1em;
font-size: .5em;
line-height: 1;
width: 100%;
white-space: nowrap;
overflow: hidden;
}
.dms-notes-dir-box::before {
content: attr(data-name);
left: .1em;
}
.dms-notes-dir-box::after {
content: attr(data-count);
right: .1em;
text-align: right;
} */