mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
gh-13393: Fixed print dialog appearing off the screen (gh-13397)
This commit is contained in:
@@ -4,11 +4,14 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
.dialogBox {
|
||||
animation: zen-dialog-fade-in 0.3s ease-out;
|
||||
border-radius: 12px !important;
|
||||
border: 1px solid light-dark(rgba(168, 168, 169, 0.50), var(--zen-dialog-background)) !important;
|
||||
outline: 1px solid light-dark(transparent, rgba(168, 168, 169, 0.50)) !important;
|
||||
box-shadow: 0 10px 8px rgba(0, 0 , 0, 0.15) !important;
|
||||
outline-offset: -1.5px;
|
||||
transform: translateY(-10%);
|
||||
|
||||
&:not([sizeto="available"]) {
|
||||
animation: zen-dialog-fade-in 0.3s ease-out;
|
||||
transform: translateY(-10%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user