1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-31 18:31:01 +00:00

Add SVG icons to entry actions

This commit is contained in:
Frédéric Guillot 2020-03-22 15:18:12 -07:00
parent 53dd2c1f1d
commit 3c3241f93c
14 changed files with 309 additions and 87 deletions

View file

@ -689,6 +689,18 @@ a.button {
content: "";
}
.item-meta-icons li:after {
content: "";
}
.item-meta-icons li {
margin-right: 10px;
}
.item-meta-icons li:last-child {
margin-right: 0;
}
.items {
overflow-x: hidden;
}
@ -713,6 +725,18 @@ article.feed-parsing-error {
cursor: pointer;
}
/* Icons */
.icon,
.icon-label {
vertical-align: middle;
display: inline-block;
}
.icon {
width: 16px;
height: 16px;
}
/* Entry view */
.entry header {
padding-bottom: 5px;
@ -744,11 +768,8 @@ article.feed-parsing-error {
}
.entry-actions li {
display: inline;
}
.entry-actions li:not(:last-child):after {
content: "|";
display: inline-block;
margin-right: 15px;
}
.entry-meta {