mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Issue: Full width of lists and space before first list #2336
Resolved #2336
This commit is contained in:
parent
561cd77e68
commit
dc11e0c79c
3 changed files with 11 additions and 13 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
3stack:presence@1.1.2
|
3stack:presence@1.1.2
|
||||||
accounts-base@1.4.0
|
accounts-base@1.4.0
|
||||||
accounts-oauth@1.1.15
|
|
||||||
accounts-password@1.5.0
|
accounts-password@1.5.0
|
||||||
aldeed:collection2@2.10.0
|
aldeed:collection2@2.10.0
|
||||||
aldeed:collection2-core@1.2.0
|
aldeed:collection2-core@1.2.0
|
||||||
|
|
@ -122,8 +121,6 @@ mquandalle:perfect-scrollbar@0.6.5_2
|
||||||
msavin:usercache@1.0.0
|
msavin:usercache@1.0.0
|
||||||
npm-bcrypt@0.9.3
|
npm-bcrypt@0.9.3
|
||||||
npm-mongo@2.2.33
|
npm-mongo@2.2.33
|
||||||
oauth@1.2.1
|
|
||||||
oauth2@1.2.0
|
|
||||||
observe-sequence@1.0.16
|
observe-sequence@1.0.16
|
||||||
ongoworks:speakingurl@1.1.0
|
ongoworks:speakingurl@1.1.0
|
||||||
ordered-dict@1.0.9
|
ordered-dict@1.0.9
|
||||||
|
|
@ -179,10 +176,4 @@ useraccounts:unstyled@1.14.2
|
||||||
verron:autosize@3.0.8
|
verron:autosize@3.0.8
|
||||||
webapp@1.4.0
|
webapp@1.4.0
|
||||||
webapp-hashing@1.0.9
|
webapp-hashing@1.0.9
|
||||||
wekan-accounts-oidc@1.0.10
|
|
||||||
wekan-oidc@1.0.12
|
|
||||||
wekan-scrollbar@3.1.3
|
|
||||||
wekan:accounts-cas@0.1.0
|
|
||||||
wekan:wekan-ldap@0.0.2
|
|
||||||
yasaricli:slugify@0.0.7
|
|
||||||
zimme:active-route@2.3.2
|
zimme:active-route@2.3.2
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,6 @@ position()
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 0 40px 0px 0
|
padding: 0 0px 0px 0
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
|
|
||||||
.mini-list
|
.mini-list
|
||||||
flex: 0 0 60px
|
flex: 0 0 60px
|
||||||
height: 60px
|
height: auto
|
||||||
width: 100%
|
width: 100%
|
||||||
border-left: 0px
|
border-left: 0px
|
||||||
border-bottom: 1px solid darken(white, 20%)
|
border-bottom: 1px solid darken(white, 20%)
|
||||||
|
|
@ -189,7 +189,12 @@
|
||||||
border-bottom: 1px solid darken(white, 20%)
|
border-bottom: 1px solid darken(white, 20%)
|
||||||
|
|
||||||
.list-header
|
.list-header
|
||||||
|
padding: 0 12px 0px
|
||||||
|
border-bottom: 0px solid #e4e4e4
|
||||||
|
height: 60px
|
||||||
|
margin-top: 10px
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
.list-header-left-icon
|
.list-header-left-icon
|
||||||
display: inline
|
display: inline
|
||||||
padding: 7px
|
padding: 7px
|
||||||
|
|
@ -201,8 +206,10 @@
|
||||||
.list-header-menu-icon
|
.list-header-menu-icon
|
||||||
position: absolute
|
position: absolute
|
||||||
padding: 7px
|
padding: 7px
|
||||||
top: -@padding
|
top: 50%
|
||||||
|
transform: translateY(-50%)
|
||||||
right: 17px
|
right: 17px
|
||||||
|
font-size: 20px
|
||||||
|
|
||||||
.link-board-wrapper
|
.link-board-wrapper
|
||||||
display: flex
|
display: flex
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue