Client - fix workout card display w/ long username or title

This commit is contained in:
Sam
2021-11-14 21:06:29 +01:00
parent 13a2f3b526
commit 170a9c0b37
11 changed files with 21 additions and 17 deletions

View File

@ -188,6 +188,7 @@
.workout-user-date {
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: $default-padding * 0.5 $default-padding;
.workout-user {
display: flex;
@ -201,15 +202,18 @@
}
}
.workout-user-name {
white-space: nowrap;
padding-left: 5px;
}
}
.workout-date {
font-size: 0.85em;
font-style: italic;
white-space: nowrap;
}
.workout-title {
display: block;
text-align: center;
padding: 0 $default-padding;
@media screen and (max-width: $x-small-limit) {
display: none;