mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
mobile: timeslider and small adjustements
This commit is contained in:
parent
146bece0f1
commit
d3d8cca947
4 changed files with 27 additions and 6 deletions
|
@ -11,7 +11,6 @@
|
|||
position: relative;
|
||||
max-width: 400px;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue