@@ -40,9 +40,21 @@ body {
40
40
41
41
// ------------------------------------------
42
42
43
- font-family : InterVariable, ui-sans-serif , system-ui , -apple-system ,
44
- BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial , Noto Sans,
45
- sans-serif , " Apple Color Emoji" , " Segoe UI Emoji" , Segoe UI Symbol ,
43
+ font-family :
44
+ InterVariable,
45
+ ui-sans-serif ,
46
+ system-ui ,
47
+ -apple-system ,
48
+ BlinkMacSystemFont,
49
+ Segoe UI,
50
+ Roboto,
51
+ Helvetica Neue,
52
+ Arial ,
53
+ Noto Sans,
54
+ sans-serif ,
55
+ " Apple Color Emoji" ,
56
+ " Segoe UI Emoji" ,
57
+ Segoe UI Symbol ,
46
58
" Noto Color Emoji" ;
47
59
48
60
background-color : var (--background-color );
@@ -316,7 +328,10 @@ body.dark {
316
328
& .active {
317
329
background-color : var (--sidebar-active-item-color );
318
330
border-radius : 0.625rem ;
319
- box-shadow : 0 0 #0000 , 0 0 #0000 , 0px 1px 2px rgba (0 , 0 , 0 , 0.1 );
331
+ box-shadow :
332
+ 0 0 #0000 ,
333
+ 0 0 #0000 ,
334
+ 0px 1px 2px rgba (0 , 0 , 0 , 0.1 );
320
335
}
321
336
322
337
div {
@@ -858,9 +873,11 @@ h6:hover .feather-link {
858
873
}
859
874
860
875
.wiki-options {
876
+ display : flex ;
877
+ flex-direction : column ;
878
+ justify-content : center ;
861
879
width : 2rem ;
862
880
height : 2rem ;
863
- margin-top : 0.5rem ;
864
881
margin-left : 0.5rem ;
865
882
866
883
svg {
@@ -872,6 +889,24 @@ h6:hover .feather-link {
872
889
}
873
890
}
874
891
892
+ .menu {
893
+ cursor : pointer ;
894
+ font-size : 24px ;
895
+
896
+ .dots {
897
+ display : flex ;
898
+ justify-content : space-around ;
899
+ width : 16px ;
900
+
901
+ .dot {
902
+ background-color : #333 ;
903
+ border-radius : 50% ;
904
+ width : 6px ;
905
+ height : 6px ;
906
+ }
907
+ }
908
+ }
909
+
875
910
.wiki-options :hover {
876
911
background-color : var (--gray-200 );
877
912
border-radius : 5px ;
@@ -953,7 +988,10 @@ h6:hover .feather-link {
953
988
.active {
954
989
color : var (--text-color );
955
990
box-shadow : 1px 0 0 var (--primary ) inset ;
956
- transition : color 0.2s , box-shadow 0.2s linear , transform 0.2s linear ;
991
+ transition :
992
+ color 0.2s ,
993
+ box-shadow 0.2s linear ,
994
+ transform 0.2s linear ;
957
995
}
958
996
959
997
a {
0 commit comments