mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-13 12:29:58 -05:00
adjust shadows
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user