mobile: timeslider and small adjustements

This commit is contained in:
Sebastian Castro 2020-04-04 12:05:52 +02:00 committed by muxator
parent 146bece0f1
commit d3d8cca947
4 changed files with 27 additions and 6 deletions

View file

@ -11,7 +11,6 @@
position: relative;
max-width: 400px;
min-width: 0;
width: 100%;
margin: 0 auto;
display: flex;
}

View file

@ -11,6 +11,7 @@
list-style: none;
z-index: 2;
overflow: hidden;
margin: 0;
display: flex;
flex-direction: row;
align-items: flex-start;
@ -146,7 +147,7 @@
width: 5px;
}
/* menu_right act like a new toolbar on the bottom of the screen */
.toolbar ul.menu_right, .timeslider-bar .editbarright {
.toolbar .menu_right {
position: fixed;
bottom: 0;
right: 0;
@ -155,6 +156,12 @@
background-color: #f4f4f4;
padding: 0 5px 5px 5px;
}
.toolbar ul.menu_right > li {
margin-right: 8px;
}
.toolbar ul.menu_right > li.separator {
display: none;
}
.toolbar ul.menu_right > li a {
border: none;
background-color: transparent;