diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
commit | be653ac4175cc3a67507d313fbd600e69709a5ca (patch) | |
tree | 9c3fdd4714aba5de5102fe55591d9786d59d0cc3 /src/pages/stylesheets | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-be653ac4175cc3a67507d313fbd600e69709a5ca.zip |
Removed Soju #240. Updated README #252
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r-- | src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf | bin | 196420 -> 0 bytes | |||
-rw-r--r-- | src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf | bin | 765740 -> 0 bytes | |||
-rw-r--r-- | src/pages/stylesheets/styles.css | 25 |
3 files changed, 8 insertions, 17 deletions
diff --git a/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf b/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf deleted file mode 100644 index 93f2844f..00000000 --- a/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf +++ /dev/null Binary files differdiff --git a/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf b/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf deleted file mode 100644 index 694b773c..00000000 --- a/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf +++ /dev/null Binary files differdiff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5377edf3..58fa3dcc 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -24,20 +24,6 @@ body { font-style: normal; } -/* @font-face { - font-family: 'NotoSansArabic'; - src: url('NotoSansArabic-VariableFont_wdth,wght.ttf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NotoNaskhArabic'; - src: url('NotoNaskhArabic-VariableFont_wght.ttf'); - font-weight: normal; - font-style: normal; -} */ - body { margin: auto; padding: 0; @@ -90,7 +76,7 @@ select { background-color: var(--bg-secondary); border: none; margin: 0; - width: 180px; + max-width: 500px; border-radius: 3px; } @@ -110,7 +96,7 @@ input:invalid { } section.option-block { - width: 700px; + width: 750px; margin: 0 50px; } @@ -122,6 +108,7 @@ body.option { display: flex; align-items: flex-start; padding: 40px; + width: 1200px; } section.links div { @@ -200,7 +187,6 @@ div.some-block { align-items: center; margin-top: 10px; margin-bottom: 10px; - } div.option-block { @@ -219,6 +205,7 @@ div.some-block h4 { div.option-block h4 { margin-right: 5px; width: 80%; + min-width: 150px; font-size: 18px; } @@ -228,6 +215,10 @@ div.option-block h1 { color: var(--active); } +div.option-block div { + text-align: center; +} + div.some-block input[type="checkbox"] { width: 46px; height: 23px; |