Skip to content

Commit

Permalink
fix: change wording, remove unecessary scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Oct 16, 2023
1 parent 73dc20b commit 55f8adb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions client/src/components/global/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<b-nav-item class="mx-2" :to="leaderboard" exact-active-class="active" title="Leaderboard"
>Leaderboard</b-nav-item
>
<b-nav-item class="mx-2" :to="lobby" exact-active-class="active" title="Game Lobby"
>Play</b-nav-item
>
<b-nav-item class="mx-2" :to="solo" exact-active-class="active" title="Singleplayer Game">
Singleplayer
<b-nav-item class="mx-2" :to="solo" exact-active-class="active" title="Solo Minigame">
Solo
</b-nav-item>
<b-nav-item class="mx-2" :to="lobby" exact-active-class="active" title="Game Lobby">
Play
</b-nav-item>
</b-navbar-nav>
<b-navbar-nav class="ml-auto">
Expand Down
2 changes: 1 addition & 1 deletion client/src/stylesheets/sologame/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.cell {
background-color: rgba(255, 255, 255, 0.025);
border-radius: 0.25rem;
overflow: scroll;
overflow: auto;
margin: 0.5rem;
padding: 0.5rem;
}
Expand Down

0 comments on commit 55f8adb

Please sign in to comment.