mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Settings export page did not show whole content in Firefox for Android
This commit is contained in:
parent
6ea89b6318
commit
5df98e0cf5
@ -6,7 +6,7 @@ html, body {
|
|||||||
#settings {
|
#settings {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 95%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
#settings.invalid {
|
#settings.invalid {
|
||||||
background-color: var(--input-error-background-color);
|
background-color: var(--input-error-background-color);
|
||||||
|
@ -9,6 +9,7 @@ Version 1.10:
|
|||||||
- always protect about:blank
|
- always protect about:blank
|
||||||
- persistent rng not working in Firefox for Android
|
- persistent rng not working in Firefox for Android
|
||||||
- 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
|
||||||
|
|
||||||
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