mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04: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 {
|
.timeslider-bar #editbar {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
float: right;
|
float: right;
|
||||||
width: 180px;
|
width: auto;
|
||||||
}
|
}
|
||||||
.timeslider-bar h1 {
|
.timeslider-bar h1 {
|
||||||
margin: 5px
|
margin: 5px
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue