mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Issue: Hard to use Wekan on mobile because of UI/UX issues #953
Resolved #953
This commit is contained in:
parent
c61e44d55b
commit
97f64fe5e6
4 changed files with 4 additions and 10 deletions
|
|
@ -179,8 +179,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-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
|
||||||
|
|
|
||||||
|
|
@ -264,7 +264,7 @@ template(name="copyChecklistToManyCardsPopup")
|
||||||
|
|
||||||
template(name="boardsAndLists")
|
template(name="boardsAndLists")
|
||||||
label {{_ 'boards'}}:
|
label {{_ 'boards'}}:
|
||||||
select.js-select-boards
|
select.js-select-boards(autofocus)
|
||||||
each boards
|
each boards
|
||||||
if $eq _id currentBoard._id
|
if $eq _id currentBoard._id
|
||||||
option(value="{{_id}}" selected) {{_ 'current'}}
|
option(value="{{_id}}" selected) {{_ 'current'}}
|
||||||
|
|
@ -302,7 +302,7 @@ template(name="cardMorePopup")
|
||||||
span {{_ 'link-card'}}
|
span {{_ 'link-card'}}
|
||||||
= ' '
|
= ' '
|
||||||
i.fa.colorful(class="{{#if board.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
i.fa.colorful(class="{{#if board.isPublic}}fa-globe{{else}}fa-lock{{/if}}")
|
||||||
input.inline-input(type="text" id="cardURL" readonly value="{{ absoluteUrl }}")
|
input.inline-input(type="text" id="cardURL" readonly value="{{ absoluteUrl }}" autofocus="autofocus")
|
||||||
button.js-copy-card-link-to-clipboard(class="btn") {{_ 'copy-card-link-to-clipboard'}}
|
button.js-copy-card-link-to-clipboard(class="btn") {{_ 'copy-card-link-to-clipboard'}}
|
||||||
span.clearfix
|
span.clearfix
|
||||||
br
|
br
|
||||||
|
|
|
||||||
|
|
@ -188,8 +188,6 @@
|
||||||
width: 100%
|
width: 100%
|
||||||
padding: 10px 0px
|
padding: 10px 0px
|
||||||
z-index: 30
|
z-index: 30
|
||||||
position: absolute
|
|
||||||
bottom: 0px
|
|
||||||
|
|
||||||
ul
|
ul
|
||||||
width: calc(100% - 60px)
|
width: calc(100% - 60px)
|
||||||
|
|
|
||||||
|
|
@ -385,8 +385,8 @@ a
|
||||||
|
|
||||||
@media screen and (max-width: 800px)
|
@media screen and (max-width: 800px)
|
||||||
#content
|
#content
|
||||||
margin: 1px 0px 49px 0px
|
margin: 1px 0px 0px 0px
|
||||||
height: calc(100% - 96px)
|
height: calc(100% - 0px)
|
||||||
|
|
||||||
> .wrapper
|
> .wrapper
|
||||||
margin-top: 0px
|
margin-top: 0px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue