Skip to content

Commit

Permalink
Revert "Right-align duration"
Browse files Browse the repository at this point in the history
This reverts commit 1fad25b.
  • Loading branch information
rixx committed Nov 17, 2023
1 parent 029b9e7 commit 5c3b9ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Session.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default {
border-radius: 6px 0 0 6px
display: flex
flex-direction: column
align-items: flex-end
align-items: center
.start
color: $clr-primary-text-dark
font-size: 16px
Expand All @@ -142,7 +142,6 @@ export default {
font-size: 13px
.duration
color: $clr-secondary-text-dark
text-align: right
.buffer
flex: auto
.is-live
Expand Down

0 comments on commit 5c3b9ff

Please sign in to comment.