Skip to content

Commit 6d71af3

Browse files
committed
something
1 parent 6e2c793 commit 6d71af3

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

src/app/components/calculator/calculator.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278

279279
@media (max-width: 576px) {
280280
.calculator {
281-
padding: 0 1rem;
281+
padding: 0;
282282

283283
.display {
284284
.display-value {

src/app/components/sidebar/sidebar.component.scss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,34 @@
5959

6060
&.mobile-open {
6161
transform: translateX(0);
62+
width: 80vw;
63+
.sidebar-nav {
64+
justify-content: flex-start;
65+
padding: 0 $spacing-md;
66+
}
67+
.sidebar-btn {
68+
flex-direction: row;
69+
padding: $spacing-lg;
70+
gap: 0;
71+
span {
72+
display: inline-block !important;
73+
position: static !important;
74+
transform: none !important;
75+
background: transparent !important;
76+
color: inherit !important;
77+
padding: 0 !important;
78+
margin: 0 !important;
79+
box-shadow: none !important;
80+
opacity: 1 !important;
81+
font-size: 0.875rem;
82+
&::before {
83+
display: none !important;
84+
}
85+
}
86+
}
87+
.sidebar-toggle {
88+
display: none;
89+
}
6290
}
6391
}
6492
}

0 commit comments

Comments
 (0)