Skip to content

Commit

Permalink
adjusted quota component for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Oct 17, 2023
1 parent 8949a0e commit c4f4870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/apps/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ $breakpoint-mobile: 1024px;
$breakpoint-mobile-small: 480px;

:root {
--body-height: calc(100% - 144px - var(--body-container-margin));
--body-height: calc(100% - 158px - var(--body-container-margin));
}

@media screen and (max-width: $breakpoint-mobile-small) {
:root {
--body-height: calc(100% - 132px - var(--body-container-margin));
--body-height: calc(100% - 152px - var(--body-container-margin));
}
}

Expand Down
6 changes: 0 additions & 6 deletions src/components/FilesSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,4 @@ export default {
.files-settings {
padding: 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
.files-settings {
padding-bottom: 4rem;
}
}
</style>

0 comments on commit c4f4870

Please sign in to comment.