diff --git a/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/classes.module.scss b/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/classes.module.scss
index bf486242..6eea2a8e 100644
--- a/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/classes.module.scss
+++ b/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/classes.module.scss
@@ -1,6 +1,7 @@
@import "@Themes/constants.scss";
$mobile-breakpoint: 600px;
+$tablet-breakpoint: 1024px;
.root {
display: flex;
@@ -21,7 +22,6 @@ $mobile-breakpoint: 600px;
justify-content: space-between;
align-items: center;
gap: var(--spacing-lg, 24px);
-
}
.open-date {
@@ -92,11 +92,11 @@ $mobile-breakpoint: 600px;
word-wrap: break-word;
}
- &.desktop {
- @media screen and (max-width: $screen-s) {
- display: none;
- }
- }
+ // &.desktop {
+ // @media screen and (max-width: $screen-s) {
+ // display: none;
+ // }
+ // }
&.ipad {
display: none;
@@ -104,17 +104,17 @@ $mobile-breakpoint: 600px;
display: block;
}
- @media screen and (max-width: $mobile-breakpoint) {
+ @media screen and (max-width: $tablet-breakpoint) {
display: none;
}
}
- &.mobile {
- display: none;
- @media screen and (max-width: $mobile-breakpoint) {
- display: block;
- }
- }
+ // &.mobile {
+ // display: none;
+ // @media screen and (max-width: $mobile-breakpoint) {
+ // display: block;
+ // }
+ // }
}
.separator {
diff --git a/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/index.tsx
index eef289b6..8a19d1be 100644
--- a/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/index.tsx
+++ b/src/front/Components/Layouts/Folder/FolderInformation/InformationSection/index.tsx
@@ -154,7 +154,7 @@ export default function InformationSection(props: IProps) {
{!isArchived &&