adjust shadows

This commit is contained in:
end-4
2025-06-07 14:58:41 +02:00
parent 643b197d02
commit aadb38370c
4 changed files with 18 additions and 9 deletions
@@ -52,8 +52,17 @@ Scope {
Loader {
id: sidebarContentLoader
active: GlobalStates.sidebarRightOpen
anchors.centerIn: parent
width: sidebarWidth - Appearance.sizes.hyprlandGapsOut * 2
anchors {
top: parent.top
bottom: parent.bottom
right: parent.right
left: parent.left
topMargin: Appearance.sizes.hyprlandGapsOut
rightMargin: Appearance.sizes.hyprlandGapsOut
bottomMargin: Appearance.sizes.hyprlandGapsOut
leftMargin: Appearance.sizes.elevationMargin
}
width: sidebarWidth - Appearance.sizes.hyprlandGapsOut - Appearance.sizes.elevationMargin
height: parent.height - Appearance.sizes.hyprlandGapsOut * 2
sourceComponent: Item {