add border to panels

This commit is contained in:
end-4
2025-07-05 09:06:22 +02:00
parent b0cd46f783
commit 9b050e8e21
6 changed files with 12 additions and 0 deletions
@@ -100,6 +100,8 @@ Scope { // Scope
width: sidebarRoot.sidebarWidth - Appearance.sizes.hyprlandGapsOut - Appearance.sizes.elevationMargin
height: parent.height - Appearance.sizes.hyprlandGapsOut * 2
color: Appearance.colors.colLayer0
border.width: 1
border.color: Appearance.m3colors.m3outlineVariant
radius: Appearance.rounding.screenRounding - Appearance.sizes.hyprlandGapsOut + 1
Behavior on width {