mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
fix for #491 + #415a (floating chat icon) & fixed hidden authorship colors button on iOS
This commit is contained in:
parent
e9858041a4
commit
9790598381
1 changed files with 5 additions and 2 deletions
|
@ -816,7 +816,7 @@ ul#colorpickerswatches li:hover
|
||||||
#chaticon
|
#chaticon
|
||||||
{
|
{
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
position:absolute;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -1292,4 +1292,7 @@ label {
|
||||||
bottom: 33px;
|
bottom: 33px;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
.separator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue