enhance: introduce exit full-screen button

This commit is contained in:
Konstantinos Kaloutas
2023-05-26 13:25:41 +03:00
parent 2bca12c9a9
commit 6756395763
8 changed files with 49 additions and 23 deletions

View File

@@ -455,12 +455,20 @@
&.ls-right-sidebar-open {
.cp__right-sidebar-topbar {
margin-right: 144px;
.is-fullscreen & {
margin-right: 48px;
}
}
}
&:not(.ls-right-sidebar-open) {
.cp__header > .r {
margin-right: 144px;
.is-fullscreen & {
margin-right: 48px;
}
}
}
}