toc switch responsive bug fix

This commit is contained in:
zzossig 2020-01-22 18:40:24 +09:00
parent 9ce80b53f9
commit 5c7be1ca7a
2 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,11 @@
height: 14px;
margin-top: 0.7rem;
margin-left: 1rem;
@include animation('slide-in-down-little .2s .3s 1 ease-in backwards');
@media only screen and (max-width: 1300px) {
display: none;
}
}
.switch input {

View File

@ -37,9 +37,15 @@
&__title {
font-size: 0.9rem;
margin-top: 0.5rem;
@include animation('slide-in-down-little .2s .3s 1 ease-in backwards');
@include themify($themes) {
color: themed('toc-label-color');
}
@media only screen and (max-width: 1300px) {
display: none;
}
}
a {