File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 281
281
.doc table .tableblock th ,
282
282
.doc table .tableblock td {
283
283
padding : 0.5rem ;
284
+ transition : background-color 0.2s ease-in-out;
284
285
}
285
286
286
287
.doc table .tableblock ,
Original file line number Diff line number Diff line change @@ -105,13 +105,10 @@ body {
105
105
background-color : var (--navbar-font-color );
106
106
height : 1.5px ;
107
107
width : 1rem ;
108
- }
109
-
110
- .navbar-burger : not (.is-active ) span {
111
108
transition :
112
- transform ease-out 0.25s ,
113
- opacity 0 s 0.25s ,
114
- margin-top ease-out 0.25s 0.25 s ;
109
+ transform 0.25s ease ,
110
+ opacity 0.25s ease ,
111
+ margin-top 0.25s ease ;
115
112
}
116
113
117
114
.navbar-burger span + span {
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ body.-toc aside.toc.sidebar {
3
3
}
4
4
5
5
@media screen and (max-width : 1023.5px ) {
6
- aside .toc .sidebar {
7
- display : none;
8
- }
9
-
10
6
main > .content {
11
7
overflow-x : auto;
12
8
}
13
9
}
14
10
11
+ @media screen and (max-width : 1300px ) {
12
+ aside .toc .sidebar {
13
+ display : none;
14
+ }
15
+ }
16
+
15
17
@media screen and (min-width : 1024px ) {
16
18
main {
17
19
flex : auto;
You can’t perform that action at this time.
0 commit comments