mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 01:17:57 -05:00
543 bug alignment of the fallback avatar is off (#553)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user