Size of rss icon

main
Bob Mottram 2024-11-19 12:01:44 +00:00
parent 41468e0596
commit e0d2381ef4
1 changed files with 4 additions and 3 deletions

View File

@ -347,9 +347,6 @@ details {
.accesskeys-right {
width: 10%;
}
.newswire_rss_image {
width: 30px;
}
.cw {
font-style: var(--cw-style);
font-weight: var(--cw-weight);
@ -610,6 +607,10 @@ a:focus img{
background-color: var(--timeline-posts-background-color);
}
.container img.newswire_rss_image {
width: 30px;
}
.container img.markdownImage {
width: 100%;
max-width: 100%;