increase button size on touch devices

reorder share links
update imgur url
This commit is contained in:
Georg Fischer
2016-08-10 20:06:55 +02:00
parent 4828465c96
commit 1a291349ac
2 changed files with 15 additions and 5 deletions
+10
View File
@@ -289,6 +289,16 @@
overflow: auto;
}
.has-touch .share-dialog .dialog-item .button {
width: 100%;
text-align: center;
}
.has-touch .share-dialog .entry-button-wrapper .button {
width: auto;
text-align: left;
}
/*pulse keyframe animation is inlined in html*/
.dialog .loader {