Small jQuery plugin for resizing panels
Still doesn't save the size, since we want to save this in the user. Which is not implemented yet.
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
|
||||
.status-indicator
|
||||
background-color: white
|
||||
width: 16px
|
||||
height: 16px
|
||||
width: 16px
|
||||
min-width: 16px
|
||||
margin-left: 10px
|
||||
border-radius: 50%
|
||||
transition: all 100ms ease-in-out
|
||||
@@ -52,10 +53,11 @@
|
||||
.type
|
||||
margin-left: auto
|
||||
color: $color-text-dark-primary
|
||||
.status
|
||||
+text-overflow-ellipsis
|
||||
|
||||
.name
|
||||
margin: 10px
|
||||
+text-overflow-ellipsis
|
||||
|
||||
&.status
|
||||
&-invalid
|
||||
@@ -107,6 +109,7 @@ option.invalid_task
|
||||
border-right: thin solid $color-background
|
||||
a
|
||||
color: $color-text-dark
|
||||
+text-overflow-ellipsis
|
||||
a.task-project
|
||||
color: $color-text-dark-secondary
|
||||
margin-left: 10px
|
||||
|
Reference in New Issue
Block a user