summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-10 09:35:42 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-10 09:35:42 +0700
commit800c054e0f536686fb2a4c6cbf3cd867b9d7b49d (patch)
tree506c4e8d327acc3607dbcefe81b492b33cb85905 /src
parent6cfb9278c10f0fae4709930161f70f902cc1c17a (diff)
Fix sura sidebar bottom margin
Diffstat (limited to 'src')
-rw-r--r--src/styles/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index 435bc6a..f38644a 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -323,7 +323,7 @@ hr {
}
#scroll-sura {
- height: calc(100% - 60px - 42px);
+ height: calc(100% - 60px);
}
.sidebar-links {