Skip to content

Commit a67941f

Browse files
ritsuteBrandon
authored andcommitted
fix "create folder" icon overlaying home icon
Signed-off-by: Brandon <brandon.yeow@websparks.sg>
1 parent d0cfa7b commit a67941f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/css/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ code {
774774
background-color: var(--color-background-dark);
775775
border: 1px solid var(--color-border-dark);
776776
border-radius: var(--border-radius-pill);
777-
position: absolute;
778-
top: 4px;
777+
position: relative;
778+
top: -5px;
779779

780780
.icon.icon-add{
781781
background-image: var(--icon-add-000);

0 commit comments

Comments
 (0)