style(AppsMenu): adjust spacing - #29
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adjusts the spacing and sizing configuration for the AppsMenu component to improve the visual layout and user experience.
- Reduced grid image size from 53px to 35px for more compact display
- Added explicit width and height properties to the trigger icon (24px)
- Increased menu dimensions (width from 320px to 350px, max-height from 400px to 600px)
- Replaced CSS variable padding with hardcoded values (30px 15px 30px 30px)
- Removed max-height calculation for the grid to simplify layout
Comments suppressed due to low confidence (1)
src/lib/view/AppsMenu.vue:1
- The removal of the max-height calculation may cause layout issues. The calculation was dynamically sizing the grid based on the number of visible rows and spacing variables. Without this constraint, the grid may grow beyond intended bounds or create inconsistent layouts.
<!--
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
1 task
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
bromiesTM
force-pushed
the
kh/dev/theme-adjustment
branch
from
October 16, 2025 07:58
3fc8b6f to
0b3286a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.