forked from wallabag/wallabag
Fixed icon position in share menu
This commit is contained in:
@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user