From 054604a13071f4e68479259bea9dfef2cb8cba39 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Sun, 26 May 2024 11:21:45 +0200 Subject: [PATCH] transfer padding from .inode to
  • element --- client/finder-admin.scss | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/client/finder-admin.scss b/client/finder-admin.scss index 68ebfd333..b6f2670c8 100644 --- a/client/finder-admin.scss +++ b/client/finder-admin.scss @@ -285,15 +285,7 @@ $active-rectangle: rgb(210, 210, 112); } .inode-list { - //position: absolute; - //top: 0; - //right: 0; - //bottom: 0; - //left: 0; - > li { - // position: relative; - &.dragging .inode, &.cutted .inode { outline: 1px dashed grey; filter: grayscale(100%); @@ -421,7 +413,7 @@ $active-rectangle: rgb(210, 210, 112); > li { display: block; list-style: none; - padding: 0; + padding: 5px; border: 1px solid transparent; cursor: pointer; font-size: 15px; @@ -447,7 +439,6 @@ $active-rectangle: rgb(210, 210, 112); .inode { height: 100%; width: 100%; - padding: 5px; &.drag-over { color: rgb(255, 255, 204);