Skip to content

Commit 8ac2421

Browse files
committed
fix spacing for right panel icons
1 parent ea76761 commit 8ac2421

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

libs/remix-ui/panel/src/lib/plugins/panel.css

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@
2424
cursor: pointer;
2525
}
2626

27+
/* Right panel header icon alignment adjustments */
28+
.swapitHeader .codicon-layout-sidebar-left-dock,
29+
.swapitHeader .codicon-layout-sidebar-right-dock {
30+
margin-left: 0.75rem !important;
31+
}
32+
33+
.swapitHeader .codicon-screen-icon {
34+
margin-left: 0.75rem !important;
35+
}
36+
37+
.swapitHeader .codicon-close {
38+
margin-left: 0.5rem !important;
39+
}
40+
2741
.swapitTitle {
2842
margin: 0;
2943
text-transform: uppercase;
@@ -127,9 +141,6 @@ iframe {
127141
height: 2rem !important;
128142
}
129143

130-
.terminal-wrap.minimized.desktop {
131-
}
132-
133144
.highlight {
134145
animation: highlight 2s forwards;
135146
}

0 commit comments

Comments
 (0)