mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
css: fix timeslider toolbar on mobile when multiple authors are displayed (#3933)
This commit is contained in:
parent
1aebbe8892
commit
e8cd83286d
3 changed files with 26 additions and 1 deletions
|
@ -142,4 +142,12 @@
|
|||
.timeslider-title {
|
||||
font-size: 1.5rem !important;
|
||||
}
|
||||
.timeslider-title-container {
|
||||
width: 100%;
|
||||
}
|
||||
.authors-label { display: none; }
|
||||
#authorsList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue