1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Fixed icon position in share menu

This commit is contained in:
Nicolas Lœuillet 2016-10-04 14:58:06 +02:00
parent 46d78f87d9
commit 0c7f1ba796
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
8 changed files with 45 additions and 43 deletions

View file

@ -88,9 +88,8 @@
}
.icon-image {
background-size: 24px;
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
padding-right: 1em !important;
padding-left: 1em !important;
}
@ -107,6 +106,10 @@
content: "\e953";
}
.icon-mail::before {
content: "\ea86";
}
.icon-time::before {
content: "\e952";
}