mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
mobile: fix toolbar popup
This commit is contained in:
parent
1d927854a4
commit
b94019e99e
1 changed files with 6 additions and 4 deletions
|
@ -56,13 +56,15 @@
|
||||||
@media only screen and (max-width: 720px) {
|
@media only screen and (max-width: 720px) {
|
||||||
.popup {
|
.popup {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
top: auto;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
max-width: none;
|
max-width: none !important;
|
||||||
|
}
|
||||||
|
/* Move popup to the bottom, except popup linked to left toolbar, like hyperklink popup */
|
||||||
|
.popup:not(.hyperlink-dialog):not(.toolbar-popup) {
|
||||||
|
top: auto;
|
||||||
|
bottom: 0;
|
||||||
border-radius: 6px 6px 0 0;
|
border-radius: 6px 6px 0 0;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue