forked from Shinonome/dots-hyprland
oop
This commit is contained in:
@@ -12,7 +12,6 @@ export const MarginRevealer = ({
|
|||||||
...rest
|
...rest
|
||||||
}) => {
|
}) => {
|
||||||
child.toggleClassName(`${revealChild ? showClass : hideClass}`, true);
|
child.toggleClassName(`${revealChild ? showClass : hideClass}`, true);
|
||||||
if(!revealChild) child.css = 'min-height: 2px;';
|
|
||||||
const widget = Scrollable({
|
const widget = Scrollable({
|
||||||
properties: [
|
properties: [
|
||||||
['revealChild', true], // It'll be set to false after init if it's supposed to hide
|
['revealChild', true], // It'll be set to false after init if it's supposed to hide
|
||||||
|
|||||||
Reference in New Issue
Block a user