Skip to content

Commit

Permalink
Fix cursor user info sizing to rem instead of em
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Mar 5, 2024
1 parent 59ef41b commit 1a38e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/style/board.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,10 @@
.userInfo {
display: flex;
align-items: center;
margin-left: 0.6em;
margin-left: 0.6rem;
img {
border-radius: 50%;
max-width: 1em;
max-width: 1rem;
}
.text {
font-size: 0.5rem;
Expand Down

0 comments on commit 1a38e97

Please sign in to comment.