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:
parent
46d78f87d9
commit
0c7f1ba796
8 changed files with 45 additions and 43 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue