Merge pull request #15016 from mfxa/alt_tag_minor_adjustments

Minor visual adjustments to the ALT tag
pull/15021/head
Michael Vogel 2025-07-14 16:47:04 +02:00 zatwierdzone przez GitHub
commit b49b063f23
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

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