|
14 | 14 | color: #fff; |
15 | 15 | } |
16 | 16 |
|
17 | | -.bb-view-toolbar.init > div { |
18 | | - visibility: hidden; |
19 | | -} |
| 17 | + .bb-view-toolbar.init > div { |
| 18 | + visibility: hidden; |
| 19 | + } |
20 | 20 |
|
21 | | -.bb-view-toolbar ::deep .btn { |
22 | | - --bs-btn-color: #fff; |
23 | | -} |
| 21 | + .bb-view-toolbar ::deep .btn { |
| 22 | + --bs-btn-color: #fff; |
| 23 | + } |
24 | 24 |
|
25 | | -.bb-view-toolbar ::deep .dropdown-toggle::after { |
26 | | - content: none; |
27 | | -} |
| 25 | + .bb-view-toolbar ::deep .dropdown-toggle::after { |
| 26 | + content: none; |
| 27 | + } |
28 | 28 |
|
29 | 29 | .bb-view-title { |
30 | 30 | display: flex; |
|
39 | 39 | cursor: pointer; |
40 | 40 | } |
41 | 41 |
|
42 | | -.bb-view-icon.disabled { |
43 | | - color: #6c757d; |
44 | | -} |
| 42 | + .bb-view-icon.disabled { |
| 43 | + color: #6c757d; |
| 44 | + } |
45 | 45 |
|
46 | 46 | .bb-view-bar { |
47 | 47 | margin-inline-end: 2rem; |
|
64 | 64 | justify-content: center; |
65 | 65 | } |
66 | 66 |
|
67 | | -.bb-view-body.fit-page .bb-view-fit-page { |
68 | | - display: none; |
69 | | -} |
| 67 | + .bb-view-body.fit-page .bb-view-fit-page { |
| 68 | + display: none; |
| 69 | + } |
70 | 70 |
|
71 | | -.bb-view-body.fit-page .bb-view-fit-width { |
72 | | - display: block; |
73 | | -} |
| 71 | + .bb-view-body.fit-page .bb-view-fit-width { |
| 72 | + display: block; |
| 73 | + } |
74 | 74 |
|
75 | | -.bb-view-body .bb-view-fit-width { |
76 | | - display: none; |
77 | | -} |
| 75 | + .bb-view-body .bb-view-fit-width { |
| 76 | + display: none; |
| 77 | + } |
78 | 78 |
|
79 | 79 | .bb-view-num, .bb-view-scale { |
80 | 80 | width: 36px; |
|
121 | 121 | transition: flex-basis .3s linear; |
122 | 122 | } |
123 | 123 |
|
124 | | -.bb-view-thumbnails.show { |
125 | | - flex-basis: 300px; |
126 | | -} |
| 124 | + .bb-view-thumbnails.show { |
| 125 | + flex-basis: 300px; |
| 126 | + } |
127 | 127 |
|
128 | 128 | ::deep .bb-view-thumbnail-item { |
129 | 129 | display: block; |
130 | 130 | text-align: center; |
131 | 131 | } |
132 | 132 |
|
133 | | -::deep .bb-view-thumbnail-item:not(:last-child) { |
134 | | - margin-block-end: 1rem; |
135 | | -} |
| 133 | + ::deep .bb-view-thumbnail-item:not(:last-child) { |
| 134 | + margin-block-end: 1rem; |
| 135 | + } |
136 | 136 |
|
137 | | -::deep .bb-view-thumbnail-item img { |
138 | | - width: 126px; |
139 | | -} |
| 137 | + ::deep .bb-view-thumbnail-item.active img { |
| 138 | + border: 2px solid #0d6efd; |
| 139 | + } |
| 140 | + |
| 141 | + ::deep .bb-view-thumbnail-item img { |
| 142 | + width: 128px; |
| 143 | + padding: 1px; |
| 144 | + cursor: pointer; |
| 145 | + border: 2px solid #28292a; |
| 146 | + } |
140 | 147 |
|
141 | 148 | .bb-view-content { |
142 | 149 | position: relative; |
|
0 commit comments