Skip to content

Commit 6e2c793

Browse files
committed
mobile fixes
1 parent 8df0acc commit 6e2c793

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/app/components/layout/layout.component.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@
601601
margin: 100px auto;
602602
padding: 0 2rem;
603603
gap: $spacing-lg;
604+
604605
.sidebar-btn {
605606
align-items: center;
606607
justify-content: center;
@@ -632,7 +633,10 @@
632633
.sidebar-header {
633634
display: none;
634635
}
635-
636+
.header-print-toggle,
637+
.user-swap {
638+
display: none;
639+
}
636640
.mobile-sidebar-toggle {
637641
display: inline-flex;
638642
align-items: center;

src/app/components/pos/pos.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
@include button-primary;
248248
position: fixed !important;
249249
left: $spacing-lg !important;
250-
bottom: 8.5rem !important;
250+
bottom: 14.5rem !important;
251251
z-index: 12000 !important;
252252
width: $touch-target-lg !important;
253253
height: $touch-target-lg !important;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555

5656
@media (max-width: $breakpoint-md) {
5757
transform: translateX(-100%);
58+
width: 9px;
5859

5960
&.mobile-open {
6061
transform: translateX(0);

0 commit comments

Comments
 (0)