Kleine Detailverbesserungen

Verschiedene Fehler behoben
This commit is contained in:
loma-one 2025-01-29 19:38:57 +01:00 committed by GitHub
parent fc8d40156f
commit a350d099a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -948,6 +948,14 @@ iframe, img, video {
border-radius: 2px; border-radius: 2px;
} }
code {
background-color: #b0b3b8;
}
.shared_header > .avatar > img {
border-radius: 50%;
}
iframe { iframe {
width: 100% !important; width: 100% !important;
height: auto !important; height: auto !important;

View file

@ -102,6 +102,7 @@ ul.tabs li {
ul.tabs li a { ul.tabs li a {
margin-top: 8px; margin-top: 8px;
color: var(--link-color) !important;
} }
ul.tabs li:hover:not(.active) { ul.tabs li:hover:not(.active) {
@ -902,6 +903,10 @@ p.wall-item-announce,
margin: 20px auto; margin: 20px auto;
} }
.shared_header > .avatar > img {
border-radius: 50%;
}
audio, progress, video { audio, progress, video {
display: block; display: block;
width: 100%; width: 100%;