timeslider: important fix pad content was cropped when bigger than screen size

This commit is contained in:
Sebastian Castro 2020-05-05 12:36:57 +02:00 committed by muxator
parent c7e86d38ff
commit 82d1179f24

View file

@ -2,9 +2,6 @@
padding: 10px;
display: block;
}
#innerdocbody {
margin: 0 auto;
}
.timeslider-bar {
display: flex;
@ -128,7 +125,8 @@
white-space: normal;
word-break: break-word;
width: 100%;
height: 100%;
margin: 0 auto;
height: auto;
}
@media (max-width: 800px) {