1
0
Fork 0
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:
Frédéric Guillot 2021-03-07 11:02:52 -08:00 committed by fguillot
parent b730aa520d
commit f6ed2feab4
11 changed files with 155 additions and 174 deletions

View file

@ -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 {