Skip to content

Commit

Permalink
NN-399 Added responsive design to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
TripZz committed Nov 27, 2023
1 parent cf458db commit 7cec24d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions frontend/src/components/toolbar/MainToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,22 @@ export default {
color: #0A0A1A;
font-family: sans-serif;
font-weight: bold;
padding: 10px;
margin: 0 8px;
padding: 2%;
margin: 0 2%;
position: relative;
cursor: pointer;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
height: 100%;
}
.menu-bar li img {
max-width: none;
width: 60%;
}
.menu-bar li::before {
content: " ";
position: absolute;
Expand Down

0 comments on commit 7cec24d

Please sign in to comment.