Skip to content

Commit

Permalink
Refactor VersionCheck component to update positioning of the "read mo…
Browse files Browse the repository at this point in the history
…re" text
  • Loading branch information
Adammatthiesen committed Dec 22, 2024
1 parent 157334f commit 7f128a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ const status = comparison === -1 ? 'outdated' : comparison === 0 ? 'latest' : 'f
.release-notes-read-more {
display: flex;
flex-direction: row-reverse;
position: absolute;
bottom: 1rem;
right: 1rem;
margin-top: 1rem;
font-size: 1rem;

.read-more-text {
color: hsl(var(--text-muted));
position: absolute;
bottom: 1rem;
right: 1rem;
text-align: end;
font-weight: 700;
}
Expand Down

0 comments on commit 7f128a3

Please sign in to comment.