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