Skip to content

Commit 2d594fc

Browse files
Fixed tag positioning in book view dark mobile
1 parent fd284ac commit 2d594fc

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

cps/static/css/caliBlur.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cps/static/css/caliBlur_override.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ div#Downloads_list {
130130
width: 100%;
131131
max-width: 200px;
132132
}
133+
.tags {
134+
position: absolute;
135+
left: 220px;
136+
top: 160px;
137+
}
133138
}
134139

135140
@media only screen and (max-width: 545px) {
@@ -181,6 +186,18 @@ div#Downloads_list {
181186
body > div.container-fluid > div > div.col-sm-10 > div > div > div.col-sm-3.col-lg-3.col-xs-5 {
182187
justify-self: center;
183188
}
189+
.tags {
190+
position: absolute;
191+
top: 408px;
192+
left: 220px;
193+
display: flex;
194+
flex-wrap: nowrap;
195+
flex-direction: column;
196+
overflow-y: auto;
197+
}
198+
.tags a.btn.btn-xs.btn-info {
199+
position: fixed;
200+
}
184201
}
185202

186203
@media only screen and (max-width: 445px) {

0 commit comments

Comments
 (0)