mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Issue: Center (or reduce left margin) in card view on mobile browser #2188
Resolved #2188
This commit is contained in:
parent
e91c43466d
commit
8aca82a593
3 changed files with 6 additions and 14 deletions
|
@ -31,9 +31,9 @@ kenton:accounts-sandstorm
|
||||||
service-configuration@1.0.11
|
service-configuration@1.0.11
|
||||||
useraccounts:unstyled
|
useraccounts:unstyled
|
||||||
useraccounts:flow-routing
|
useraccounts:flow-routing
|
||||||
wekan:wekan-ldap
|
#wekan:wekan-ldap
|
||||||
wekan:accounts-cas
|
#wekan:accounts-cas
|
||||||
wekan-accounts-oidc
|
#wekan-accounts-oidc
|
||||||
|
|
||||||
# Utilities
|
# Utilities
|
||||||
check@1.2.5
|
check@1.2.5
|
||||||
|
@ -87,7 +87,7 @@ momentjs:moment@2.22.2
|
||||||
browser-policy-framing
|
browser-policy-framing
|
||||||
mquandalle:moment
|
mquandalle:moment
|
||||||
msavin:usercache
|
msavin:usercache
|
||||||
wekan-scrollbar
|
#wekan-scrollbar
|
||||||
mquandalle:perfect-scrollbar
|
mquandalle:perfect-scrollbar
|
||||||
mdg:meteor-apm-agent
|
mdg:meteor-apm-agent
|
||||||
meteorhacks:unblock
|
meteorhacks:unblock
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -133,7 +133,8 @@ input[type="submit"].attachment-add-link-submit
|
||||||
|
|
||||||
.card-details-canvas
|
.card-details-canvas
|
||||||
width: 100%
|
width: 100%
|
||||||
|
padding-left: 0px;
|
||||||
|
|
||||||
.card-details-header
|
.card-details-header
|
||||||
.close-card-details
|
.close-card-details
|
||||||
margin-right: 0px
|
margin-right: 0px
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue