Skip to content

Commit 37a3ff9

Browse files
authored
feat(templates): fix sidebar size and sort position issues #4095 (#4096)
1 parent 900503d commit 37a3ff9

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Shared/Pages/TodoPage.razor.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
box-sizing: border-box;
1414

1515
@include lg {
16-
padding: rem(48px) rem(16px);
16+
padding: rem(48px) rem(16px) rem(48px) rem(48px);
1717
}
1818

1919
@include md {
@@ -156,8 +156,8 @@
156156
.sort-drp-container {
157157
@media all and (max-width: #{em(550px)}) {
158158
position: absolute;
159+
right: rem(14px);
159160
top: rem(18px);
160-
right: rem(5px);
161161
}
162162

163163
@media all and (max-width: #{em(390px)}) {

src/Templates/TodoTemplate/Bit.TodoTemplate/src/Client/Shared/Shared/NavMenu.razor.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
width: rem(240px);
1414
height: calc(100vh - #{rem(48px)});
1515
background-color: $Gray3;
16-
17-
@include lg {
18-
width: rem(206px);
19-
}
2016
}
2117

2218
.main-container--closed {
@@ -36,15 +32,6 @@
3632
padding: rem(24px) 0 rem(12px);
3733
margin-bottom: rem(20px);
3834
border-bottom: rem(1px) solid $Gray4;
39-
40-
@include lg {
41-
padding: rem(24px) 0 rem(8px);
42-
}
43-
44-
@include lt-lg {
45-
padding: rem(24px) 0 rem(16px);
46-
margin-bottom: rem(24px);
47-
}
4835
}
4936

5037
.user-img-container {

0 commit comments

Comments
 (0)