mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-03-18 21:21:24 +01:00
fix(toc): unwanted arrow of mobile TOC in Firefox (#154)
This commit is contained in:
parent
ca13e7d1b4
commit
fc10c46d37
2 changed files with 3 additions and 2 deletions
|
@ -80,6 +80,8 @@
|
||||||
|
|
||||||
details {
|
details {
|
||||||
summary {
|
summary {
|
||||||
|
list-style: none;
|
||||||
|
|
||||||
.toc-title {
|
.toc-title {
|
||||||
display: block;
|
display: block;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -119,7 +121,6 @@
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: .625rem;
|
padding-left: .625rem;
|
||||||
list-style: none;
|
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: 1.25rem;
|
padding-left: 1.25rem;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue