mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Use SVG sprite for icons
This commit is contained in:
parent
b730aa520d
commit
f6ed2feab4
11 changed files with 155 additions and 174 deletions
|
@ -193,14 +193,14 @@ a:hover {
|
|||
color: #fff;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.toast-msg {
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
padding: 2px 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
.toastAnimate {
|
||||
animation: toastKeyFrames 2s;
|
||||
}
|
||||
|
@ -761,6 +761,7 @@ article.feed-parsing-error {
|
|||
.icon-label {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue