mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
css for users popup on mobile
This commit is contained in:
parent
ddf1cd345c
commit
f6eb1d478a
1 changed files with 9 additions and 0 deletions
|
@ -1189,10 +1189,19 @@ label[for=readonlyinput] {
|
||||||
#chaticon {
|
#chaticon {
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
#users {
|
#users {
|
||||||
right: none;
|
right: none;
|
||||||
left: 30px;
|
left: 30px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
#users {
|
||||||
|
top: 42px;
|
||||||
|
bottom: 40px;
|
||||||
|
right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
#mycolorpicker {
|
#mycolorpicker {
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue