543 bug alignment of the fallback avatar is off (#553)

This commit is contained in:
Daniel Graf
2025-12-16 13:06:03 +01:00
committed by GitHub
parent 042ee2c5a2
commit fa2de73579
2 changed files with 12 additions and 14 deletions

View File

@@ -37,7 +37,6 @@
.place-name-container.editing {
border-radius: 3px;
font-size: 1rem;
float: left;
min-width: 700px;
}
@@ -72,7 +71,6 @@
.place-name-container.editing {
border-radius: 3px;
font-size: 1rem;
float: left;
min-width: 0;
}
@@ -81,8 +79,16 @@
}
.timeline-entry .trip-transport-mode-container .edit-icon,
.timeline-entry .place-name-container .edit-icon {
display: none;
}
.timeline-entry.active .trip-transport-mode-container .edit-icon,
.timeline-entry.active .place-name-container .edit-icon {
opacity: 1;
display: inline-block;
}
.edit-icon {

View File

@@ -1594,19 +1594,11 @@ button:disabled {
padding-left: 42px;
}
.user-timeline-section .no-entries{
.user-timeline-section .no-entries {
color: white;
padding: 48px;
}
.user-timeline-selection .avatar {
width: 64px;
height: 64px;
border-radius: 50%;
border: 2px solid white;
object-fit: cover;
}
.user-header {
pointer-events: all;
color: white;
@@ -1687,21 +1679,21 @@ button:disabled {
.avatar::after {
content: attr(alt);
color: white;
font-size: 2.4rem;
font-size: 2.1rem;
top: 0;
position: absolute;
background: var(--color-background-dark);
left: 0;
width: 100%;
height: 100%;
padding-top: 5px;
padding-top: 7px;
font-weight: initial;
font-family: var(--serif-font);
}
.avatar.small::after {
font-size: 1.1rem;
padding: 6px 3px;
padding: 4px;
}
.avatar:not(:has(img))::after {