Skip to content
Snippets Groups Projects

feat(ui): Collapse/expand for the right-side panel in DLE UI (#451)

Merged Lasha Kakabadze requested to merge 451-collapse-expand-for-the-right-side-panel into master
All threads resolved!
Files
9
@@ -14,6 +14,10 @@
@include touch-transition(width);
@media screen and (max-width: '600px') {
width: 100vw;
}
&.collapsed {
width: 64px;
}
Loading