userChrome/popups: make downloadsPanel adaptive (MR 19)

This commit is contained in:
Oliver Smith 2021-12-05 07:59:54 +01:00
parent 6bbf387f58
commit d55bd0431d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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);
}
} }