mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Increase bottom padding of options page
This commit is contained in:
parent
e9f5f710e6
commit
fc5cce23ea
@ -1,5 +1,5 @@
|
|||||||
body.standalone {
|
body.standalone {
|
||||||
padding: 0.5em;
|
padding: 0.5em 0.5em 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px){
|
@media (max-width: 400px){
|
||||||
|
@ -11,6 +11,7 @@ Version 1.10:
|
|||||||
- mobile default settings were not used in Firefox for Android
|
- mobile default settings were not used in Firefox for Android
|
||||||
- settings export page did not show whole content 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
|
- 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:
|
known issues:
|
||||||
- if a data URL is blocked the page action button does not appear
|
- if a data URL is blocked the page action button does not appear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user