From ee7048454a78ec214e8d23b6b53107b48e8c91dc Mon Sep 17 00:00:00 2001 From: d3ward Date: Thu, 21 Mar 2024 20:17:16 +0000 Subject: [PATCH] deploy: 6eec46fdfb0104b026b0dc209a5a32e1cda596cc --- adblock.html | 2 +- assets/adblock/icon.svg | 6 +++++- fontlist.html | 2 +- units.html | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/adblock.html b/adblock.html index 0245bb5..8ce4121 100644 --- a/adblock.html +++ b/adblock.html @@ -1 +1 @@ - Test Ad Block - Toolz
Test may not function as expected on some browser-adblock combinations.
To ensure a smooth experience, please check the compatibility list before running the test.

I kindly request that you refrain from reporting them directly to the respective browser or adblock solution providers.
Instead, I encourage you to report any issues directly to project issues
Create issue on Toolz

  Cosmetic Filter
  Static Ad
  Dynamic Ad
  Ad Scripts Loading
ads.js
pagead.js

\ No newline at end of file + Test Ad Block - Toolz
The test may not work as expected with some browser/blocker combinations.
To ensure a smooth experience, please check the compatibility list before testing.

I ask that you please refrain from reporting them directly to the browser or adblock solution provider.
Instead, I encourage you to report problems directly to the Toolz project issues
Create issue on Toolz

  Cosmetic Filter
  Static Ad
  Dynamic Ad
  Ad Scripts Loading
ads.js
pagead.js

\ No newline at end of file diff --git a/assets/adblock/icon.svg b/assets/adblock/icon.svg index 4c590ea..c43f87a 100644 --- a/assets/adblock/icon.svg +++ b/assets/adblock/icon.svg @@ -1 +1,5 @@ - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/fontlist.html b/fontlist.html index 0422aec..1e332cf 100644 --- a/fontlist.html +++ b/fontlist.html @@ -1,4 +1,4 @@ - Fontlist - Toolz
Font Test
Click on below text to edit

abcde
12345


.custom-font {
+         Fontlist - Toolz                      
Font Test
Click on below text to edit

abcde
12345


.custom-font {
   font-family: Arial;
   font-weight: 500;
   font-size: 48px; 
diff --git a/units.html b/units.html
index c29c33d..a8724ed 100644
--- a/units.html
+++ b/units.html
@@ -1 +1 @@
-        Units - Toolz                      
Units

innerHeight property returns the height of the content area of a window
vh = 1% of the height of the viewport size

5 Units can be used with CSS to fix mobile issues; if you use a unit that does not match the innerheight, the user visiting your site may not see some absolute or fixed buttons because they are hidden by the navigation bar.
One of the browsers most affected by this problem is Webkit-based, so several units have been introduced over the years to compensate for the problem.
These tests can be used to check the value of each unit.

100vh
100%
100svh
100lvh
100dvh
100vh position:fixed
100lvh position:fixed
100svh position:fixed
100dvh position:fixed
100% position:fixed
100vh position:absolute
100lvh position:absolute
100svh position:absolute
100dvh position:absolute
100% position:absolute
\ No newline at end of file + Units - Toolz
Units

innerHeight property returns the height of the content area of a window
vh = 1% of the height of the viewport size

5 Units can be used with CSS to fix mobile issues; if you use a unit that does not match the innerheight, the user visiting your site may not see some absolute or fixed buttons because they are hidden by the navigation bar.
One of the browsers most affected by this problem is Webkit-based, so several units have been introduced over the years to compensate for the problem.
These tests can be used to check the value of each unit.

100vh
100%
100svh
100lvh
100dvh
100vh position:fixed
100lvh position:fixed
100svh position:fixed
100dvh position:fixed
100% position:fixed
100vh position:absolute
100lvh position:absolute
100svh position:absolute
100dvh position:absolute
100% position:absolute
\ No newline at end of file