kopia lustrzana https://github.com/friendica/friendica
Merge pull request #15016 from mfxa/alt_tag_minor_adjustments
Minor visual adjustments to the ALT tagpull/15021/head
commit
b49b063f23
|
|
@ -817,15 +817,16 @@ summary.wall-item-summary {
|
||||||
|
|
||||||
/* Add alt tag indicators to the relevant images */
|
/* Add alt tag indicators to the relevant images */
|
||||||
a:has(img.has-alt-description)::after {
|
a:has(img.has-alt-description)::after {
|
||||||
background: lightgray;
|
background: rgba(0, 0, 0, 0.69);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: black;
|
color: #eee;
|
||||||
content: "ALT";
|
content: "ALT";
|
||||||
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 3px 8px;
|
padding: 4px 5px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 8px;
|
||||||
right: 10px;
|
right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#change-profile-picture {
|
#change-profile-picture {
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue