Increase bottom padding of options page

This commit is contained in:
kkapsner 2023-05-30 13:42:30 +02:00
parent e9f5f710e6
commit fc5cce23ea
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
body.standalone {
padding: 0.5em;
padding: 0.5em 0.5em 2.5em;
}
@media (max-width: 400px){

View File

@ -11,6 +11,7 @@ Version 1.10:
- mobile default settings were not used in Firefox for Android
- settings export page did not show whole content in Firefox for Android
- new tabs opened from within the extension did not open properly in Firefox for Android
- settings reset confirmation dialog was not properly visible in Firefox for Android
known issues:
- if a data URL is blocked the page action button does not appear