Skip to content

Commit

Permalink
Small css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererXII committed Mar 12, 2024
1 parent d4adf8e commit 6ba7a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/round/css/_control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
position: relative; /* for rematch-decline */
.fbt {
padding: 12px 0;
margin: 1px 1px 0 1px;
}
> .fbt:first-child {
margin-top: 0;
Expand Down Expand Up @@ -253,6 +252,7 @@
left: 0;
right: 0;
bottom: 0;
margin-right: unset;
pointer-events: none;
background: $c-primary;
opacity: 0;
Expand Down
3 changes: 2 additions & 1 deletion ui/round/css/_user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
&.long a {
letter-spacing: -0.5px;
}
rating {
rating,
.ai-level {
flex: 0 0 auto;
margin: 0 0.25em 0 0.3em;
color: $c-font-dim;
Expand Down

0 comments on commit 6ba7a29

Please sign in to comment.