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