add border between panes on desktop
This commit is contained in:
parent
8caf7ac85a
commit
e2917c3f4d
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
<style lang="less">
|
<style lang="less">
|
||||||
div {
|
div {
|
||||||
|
box-sizing: border-box;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
&.hidden {
|
&.hidden {
|
||||||
@ -27,9 +28,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: @sizes[lg]) {
|
@media screen and (min-width: @sizes[lg]) {
|
||||||
|
border-right: 2px solid @color-dark;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
||||||
&.preview {
|
&.preview {
|
||||||
|
border-right: unset !important;
|
||||||
display: unset !important;
|
display: unset !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
ul {
|
ul {
|
||||||
@border: 2px solid @color-dark;
|
@border: 2px solid @color-dark;
|
||||||
border-bottom: @border;
|
border-bottom: @border;
|
||||||
|
box-sizing: border-box;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user