pref: side tools add response display

This commit is contained in:
XPoet 2020-09-07 16:25:37 +08:00
parent af4d3562e3
commit a7be58dc76
2 changed files with 16 additions and 0 deletions

View File

@ -61,6 +61,10 @@ $li-margin-bottom = 12px;
&.page-aside-toggle {
display: none;
+ils-tablet() {
display: none !important;
}
}
}

View File

@ -142,5 +142,17 @@ $page-aside-width = 248px;
top: $header-height + $component-interspace;
right: $component-interspace;
transition();
+ils-tablet() {
right: 10px;
transform: scale(0.82);
transform-origin: right top;
}
+ils-mobile() {
right: 5px;
transform: scale(0.72);
transform-origin: right top;
}
}
}