Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-14 18:17:49 +0300
committerGitHub <noreply@github.com>2020-03-14 18:17:49 +0300
commitfc10c46d37646cb5d1874ba598de02a933ca83af (patch)
tree9fc5e5c8e0bf512cc9c752c204fc1076828a4c17 /assets
parentca13e7d1b43a1082ba10480f783589b2ba3deaa0 (diff)
fix(toc): unwanted arrow of mobile TOC in Firefox (#154)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_partial/_single/_toc.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/_partial/_single/_toc.scss b/assets/css/_partial/_single/_toc.scss
index cda63b1..ec7b1d5 100644
--- a/assets/css/_partial/_single/_toc.scss
+++ b/assets/css/_partial/_single/_toc.scss
@@ -80,6 +80,8 @@
details {
summary {
+ list-style: none;
+
.toc-title {
display: block;
display: flex;
@@ -119,7 +121,6 @@
ul {
padding-left: .625rem;
- list-style: none;
ul {
padding-left: 1.25rem;