Skip to content

Commit

Permalink
ui fixes
Browse files Browse the repository at this point in the history
trying to rein in flex
  • Loading branch information
nleanba committed Mar 20, 2024
1 parent 767dcb5 commit e97ce4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ html {
.card.collapsed {
max-height: 18rem;
position: relative;
overflow: hidden;
}
.expander {
Expand Down Expand Up @@ -651,6 +652,7 @@ html {
padding: .8rem 0 .4rem;
min-width: 140px;
flex: 1 0.5 content;
max-width: calc(100% - max(40%,140px));
&>*:last-child {
padding-right: .8rem;
Expand Down Expand Up @@ -767,6 +769,7 @@ html {
overflow: visible;
flex: 0 1 content;
min-width: max(140px, 40%);
max-width: calc(100% - 140px);
.label {
align-items: center;
gap: .4rem;
Expand Down

0 comments on commit e97ce4f

Please sign in to comment.