forked from Shinonome/dots-hyprland
remove unecessary array spread; rename hidden dock thickness option
This commit is contained in:
@@ -348,7 +348,7 @@ export default (monitor = 0) => {
|
||||
},
|
||||
child: Box({
|
||||
homogeneous: true,
|
||||
css: `min-height: ${userOptions.dock.hoverMinHeight}px;`,
|
||||
css: `min-height: ${userOptions.dock.hiddenThickness}px;`,
|
||||
children: [
|
||||
dockRevealer,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user