userChrome/popups: make downloadsPanel adaptive (MR 19)
This commit is contained in:
parent
6bbf387f58
commit
d55bd0431d
1 changed files with 4 additions and 0 deletions
|
@ -20,4 +20,8 @@
|
||||||
margin-left: -200px !important;
|
margin-left: -200px !important;
|
||||||
margin-top: -500px !important;
|
margin-top: -500px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#downloadsPanel-mainView {
|
||||||
|
max-width: calc(100vw - 10px);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue