From 7981438d6c1bd1513ff0f2faab88035c1ef116c2 Mon Sep 17 00:00:00 2001
From: Alexander Sohn <39831045+Sohn123@users.noreply.github.com>
Date: Sun, 26 Mar 2023 10:25:53 +0000
Subject: [PATCH] fix: remove mixin to fix print layout (#391)

---
 assets/scss/partials/components/_sidebar.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/scss/partials/components/_sidebar.scss b/assets/scss/partials/components/_sidebar.scss
index aad8b7e..ca4887b 100644
--- a/assets/scss/partials/components/_sidebar.scss
+++ b/assets/scss/partials/components/_sidebar.scss
@@ -1,7 +1,7 @@
 .sidebar {
   margin-top: 40px;
 
-  @include desktop_and_print {
+  @include desktop {
     z-index: 2;
     position: fixed;
     height: 100%;
@@ -24,7 +24,7 @@
   }
 
   &__content {
-    @include desktop_and_print {
+    @include desktop {
       display: flex;
       flex-direction: column;
       flex-grow: 1;

--
Gitblit v1.10.0