Skip to content

Commit 67eba4f

Browse files
authored
Merge pull request #184 from open-source-labs/fixSideBar
hide the text in the side bar
2 parents 2f4e8a9 + 45f87c4 commit 67eba4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/stylesheets/SidebarContainer.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@
206206
padding-right: 20px;
207207
background-color: transparent;
208208
height: 40px;
209-
width: 70px;
209+
width: 60px;
210210
border: 0.3px solid #ffffff;
211211
border: 0;
212212
border-radius: 6px;
213-
font-size: 90%;
213+
font-size: 100%;
214214
color: whitesmoke;
215215
text-decoration: none;
216216
transition: 300ms;

0 commit comments

Comments
 (0)