Fix save button layout for OS zoom settings over 150%

This commit is contained in:
Ramon Wenger 2022-04-20 16:18:15 +02:00
parent 83024fa198
commit 30ad02dae2
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
@media (-webkit-min-device-pixel-ratio: 1.45) {
footer > * {
transform: scale(0.8);
}
}

View File

@ -28,3 +28,4 @@
@import "widget-popover";
@import "intro";
@import "nested-content-lists";
@import "accessability";