mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 16:15:55 +00:00
use svg icon for packed article placeholders
This commit is contained in:
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
|
||||
.cdm .feed-title a:hover {
|
||||
color: #257aa7;
|
||||
}
|
||||
.cdm .content-inner .icon-unpack-pending {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.cdm .content-inner .embed-responsive {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
|
||||
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
|
||||
.cdm .feed-title a:hover {
|
||||
color: #b87d2c;
|
||||
}
|
||||
.cdm .content-inner .icon-unpack-pending {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.cdm .content-inner .embed-responsive {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
|
||||
@@ -1375,6 +1375,10 @@ body.ttrss_utility hr {
|
||||
.cdm .feed-title a:hover {
|
||||
color: #257aa7;
|
||||
}
|
||||
.cdm .content-inner .icon-unpack-pending {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.cdm .content-inner .embed-responsive {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
|
||||
@@ -208,6 +208,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.content-inner {
|
||||
.icon-unpack-pending {
|
||||
width : 18px;
|
||||
height : 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-inner .embed-responsive {
|
||||
overflow : hidden;
|
||||
padding-bottom : @embed-responsive-padding;
|
||||
|
||||
@@ -1376,6 +1376,10 @@ body.ttrss_utility hr {
|
||||
.cdm .feed-title a:hover {
|
||||
color: #b87d2c;
|
||||
}
|
||||
.cdm .content-inner .icon-unpack-pending {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.cdm .content-inner .embed-responsive {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
|
||||
@@ -1376,6 +1376,10 @@ body.ttrss_utility hr {
|
||||
.cdm .feed-title a:hover {
|
||||
color: #257aa7;
|
||||
}
|
||||
.cdm .content-inner .icon-unpack-pending {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
.cdm .content-inner .embed-responsive {
|
||||
overflow: hidden;
|
||||
padding-bottom: 56.25%;
|
||||
|
||||
Reference in New Issue
Block a user