Small tweaks to list of shots
Shot list can overflow horizontally Fix alignment on splitter
This commit is contained in:
@@ -24,11 +24,12 @@ body
|
|||||||
&[data-context="dashboard"]
|
&[data-context="dashboard"]
|
||||||
nav.sidebar .navbar-item.attract
|
nav.sidebar .navbar-item.attract
|
||||||
+sidebar-button-active
|
+sidebar-button-active
|
||||||
|
#col_main
|
||||||
|
background-color: $color-background-light
|
||||||
|
.col_header
|
||||||
|
box-shadow: none
|
||||||
|
|
||||||
#col_main .col_header
|
$splitter-width: 5px
|
||||||
box-shadow: none
|
|
||||||
|
|
||||||
$splitter-width: 6px
|
|
||||||
|
|
||||||
#app-main
|
#app-main
|
||||||
display: flex
|
display: flex
|
||||||
@@ -51,7 +52,6 @@ $splitter-width: 6px
|
|||||||
height: 100%
|
height: 100%
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
position: relative
|
position: relative
|
||||||
background-color: $color-background-light
|
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
height: auto
|
height: auto
|
||||||
@@ -60,13 +60,13 @@ $splitter-width: 6px
|
|||||||
padding-left: $sidebar-width !important
|
padding-left: $sidebar-width !important
|
||||||
|
|
||||||
#col_main
|
#col_main
|
||||||
|
background-color: $color-background
|
||||||
width: 50% // gets overriden by JS, dragging the col-splitter
|
width: 50% // gets overriden by JS, dragging the col-splitter
|
||||||
+media-xs
|
+media-xs
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
#col_right
|
#col_right
|
||||||
flex: 1 1 auto
|
flex: 1 1 auto
|
||||||
padding-left: $splitter-width // to compensate width of the splitter, which is positioned 'fixed'
|
|
||||||
|
|
||||||
.col_header
|
.col_header
|
||||||
position: relative
|
position: relative
|
||||||
@@ -114,6 +114,8 @@ $splitter-width: 6px
|
|||||||
flex: 0 0 auto
|
flex: 0 0 auto
|
||||||
width: $splitter-width
|
width: $splitter-width
|
||||||
background-color: $color-background
|
background-color: $color-background
|
||||||
|
border-left: thin solid $color-background-light
|
||||||
|
border-right: 2px solid $color-background-dark
|
||||||
min-height: 200px
|
min-height: 200px
|
||||||
cursor: col-resize
|
cursor: col-resize
|
||||||
top: 0
|
top: 0
|
||||||
@@ -126,6 +128,7 @@ $splitter-width: 6px
|
|||||||
|
|
||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
width: 5px
|
width: 5px
|
||||||
|
height: 5px
|
||||||
|
|
||||||
::-webkit-scrollbar-track
|
::-webkit-scrollbar-track
|
||||||
background-color: $color-background
|
background-color: $color-background
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#shot-list
|
#shot-list
|
||||||
overflow-x: hidden
|
overflow-x: scroll
|
||||||
.table
|
.table
|
||||||
background-color: white
|
background-color: white
|
||||||
.table-row:hover
|
.table-row:hover
|
||||||
|
Reference in New Issue
Block a user