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:
parent
53dd2c1f1d
commit
3c3241f93c
14 changed files with 309 additions and 87 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue