Skip to content

Commit

Permalink
transfer padding from .inode to <li> element
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 26, 2024
1 parent fc03a5b commit 054604a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions client/finder-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down Expand Up @@ -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;
Expand All @@ -447,7 +439,6 @@ $active-rectangle: rgb(210, 210, 112);
.inode {
height: 100%;
width: 100%;
padding: 5px;

&.drag-over {
color: rgb(255, 255, 204);
Expand Down

0 comments on commit 054604a

Please sign in to comment.