Skip to content

Commit d7b45db

Browse files
small css updates
1 parent 265abb8 commit d7b45db

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/components/Helper/Helper.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
padding-left: 25px;
2828

2929
&:before, &:after {
30+
content: "";
3031
outline: none !important;
3132
transition: $transition-base;
3233
margin-left: 4px;

src/components/Sidebar/Sidebar.module.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
background-color: var(--sidebar-bg-color);
1111
color: var(--sidebar-color);
1212
overflow-y: auto;
13+
position: absolute;
1314
@include scroll-bar($sidebar-scrollbar-bg);
1415
}
1516

@@ -27,11 +28,11 @@
2728
overflow-y: auto;
2829
overflow-x: hidden;
2930
width: $sidebar-width-open;
30-
transition: all $sidebar-transition-time ease-in-out;
31+
transition: width $sidebar-transition-time ease-in-out;
3132
}
3233

3334
.sidebarClose.sidebarWrapper {
34-
width: $sidebar-width-closed;
35+
width: $sidebar-width-closed;
3536
@include media-breakpoint-down(sm) {
3637
width: 0;
3738
}
@@ -109,6 +110,10 @@
109110
opacity: 1;
110111
}
111112

113+
.glyphiconSm {
114+
font-size: 9px;
115+
}
116+
112117
.sidebarLabels {
113118
list-style-type: none;
114119
padding: 11px;

0 commit comments

Comments
 (0)