mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
Merge pull request #2774 from ether/timeslider-fix
Timeslider: Fix "Return to pad" button
This commit is contained in:
commit
442f2a08f7
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ stepper:active{
|
|||
.timeslider-bar #editbar {
|
||||
border-bottom: none;
|
||||
float: right;
|
||||
width: 180px;
|
||||
width: auto;
|
||||
}
|
||||
.timeslider-bar h1 {
|
||||
margin: 5px
|
||||
|
|
Loading…
Reference in a new issue