forked from UniversalViewer/uv-en-gb-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
treeviewleft-panel.less
95 lines (92 loc) · 2.61 KB
/
treeviewleft-panel.less
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
.uv {
.leftPanel{
.top{
.title{
@media (max-device-width: 768px) and (min-device-width: 581px)
{
font-size: 12px;
}
@media (max-device-width: 581px)
{
font-size: 16px;
}
}
}
.views{
.treeView{
background: #192533;
color: #fff;
/*background: #F7F7F7;
color: #222;*/
ul.tree{
@media (min-device-width: 769px)
{
li{
font-size: 14px;
}
}
@media (max-device-width: 768px) and (min-device-width: 581px)
{
li{
margin-bottom: 10px;
font-size: 18px;
}
}
@media (max-device-width: 581px)
{
li{
margin-bottom: 10px;
font-size: 24px;
}
}
}
.toggle{
width: 12px;
height: 12px;
background-position: center center;
}
}
.thumbsView{
.thumbs{
.thumb{
.info{
.label{
white-space: normal;
overflow-wrap: break-word;
}
span {
font-size: 13px;
}
overflow: unset;
}
.wrap.audio {
background-image: none;
}
.wrap.video {
background-image: none;
}
}
.thumb.oneCol {
.info {
margin: 0 0 0 10px;
}
.label {
width: 172px;
}
.wrap {
width: 30px;
max-height: 30px;
}
}
}
}
}
}
&.uv-av-extension {
.iiif-tree-component {
li a::before {
content: '•\A0';
}
}
}
}