We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea76761 commit 8ac2421Copy full SHA for 8ac2421
libs/remix-ui/panel/src/lib/plugins/panel.css
@@ -24,6 +24,20 @@
24
cursor: pointer;
25
}
26
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
35
36
37
+.swapitHeader .codicon-close {
38
+ margin-left: 0.5rem !important;
39
40
41
.swapitTitle {
42
margin: 0;
43
text-transform: uppercase;
@@ -127,9 +141,6 @@ iframe {
127
141
height: 2rem !important;
128
142
129
143
130
-.terminal-wrap.minimized.desktop {
131
-}
132
-
133
144
.highlight {
134
145
animation: highlight 2s forwards;
135
146
0 commit comments