Shot list: collapse columns by clicking on the title
This commit is contained in:
@@ -119,6 +119,7 @@ select.input-transparent
|
||||
.table
|
||||
display: table
|
||||
width: 100%
|
||||
position: relative
|
||||
|
||||
.table-row
|
||||
display: table-row
|
||||
@@ -139,3 +140,13 @@ select.input-transparent
|
||||
.table-cell
|
||||
display: table-cell
|
||||
border-bottom: thin solid $color-background-dark
|
||||
|
||||
.table-cell-spacer
|
||||
background-color: $color-background-light
|
||||
width: 6px
|
||||
height: 100%
|
||||
display: table-cell
|
||||
border: 2px solid $color-background
|
||||
border-top: none
|
||||
border-bottom: none
|
||||
cursor: e-resize
|
||||
|
Reference in New Issue
Block a user