Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Improvement mobile sidebar button UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 17, 2023
1 parent e72b5ba commit 649b258
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions client/css/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,10 @@
top: 0;
left: 0;
margin: 10px;
font-size: 20px;
font-size: 1rem;
cursor: pointer;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: var(--blur-bg);
border-radius: 10px;
border: 1px solid var(--blur-border);
width: 40px;
height: 40px;
width: 30px;
height: 30px;
justify-content: center;
align-items: center;
transition: 0.33s;
Expand Down

0 comments on commit 649b258

Please sign in to comment.