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 { .accesskeys-right {
width: 10%; width: 10%;
} }
.newswire_rss_image {
width: 30px;
}
.cw { .cw {
font-style: var(--cw-style); font-style: var(--cw-style);
font-weight: var(--cw-weight); font-weight: var(--cw-weight);
@ -610,6 +607,10 @@ a:focus img{
background-color: var(--timeline-posts-background-color); background-color: var(--timeline-posts-background-color);
} }
.container img.newswire_rss_image {
width: 30px;
}
.container img.markdownImage { .container img.markdownImage {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;