Skip to content

Commit 4f8131c

Browse files
committed
feat: Update context button icon styling and add new folder SVG for improved visual consistency
1 parent 920f9d2 commit 4f8131c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

public/folder.svg

Lines changed: 1 addition & 0 deletions
Loading

style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99
-webkit-filter: brightness(0) saturate(100%) invert(0);
1010
opacity: 0.92;
1111
object-fit: contain;
12-
display: inline-block;
12+
display: block;
1313
padding: 0;
14-
box-sizing: content-box;
14+
box-sizing: border-box;
15+
background: none;
16+
max-width: 20px;
17+
max-height: 20px;
1518
}
1619
/* Context button icon */
1720
.context-btn-icon {

0 commit comments

Comments
 (0)