Skip to content

Commit 8a9495a

Browse files
committed
fix: switch postion on plugins page on right side to be at end
1 parent b8b3c35 commit 8a9495a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/pages/plugins/plugins.scss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@
125125
.plugin-meta-dot {
126126
width: 3px;
127127
height: 3px;
128-
background: color-mix(in srgb,
129-
var(--secondary-text-color) 80%,
130-
black);
128+
background: color-mix(
129+
in srgb,
130+
var(--secondary-text-color) 80%,
131+
black
132+
);
131133
border-radius: 50%;
132134
display: inline-block;
133135
}
@@ -184,6 +186,8 @@
184186
min-width: 100px;
185187
pointer-events: auto !important;
186188
position: relative;
189+
margin-left: auto;
190+
justify-content: flex-end;
187191
}
188192

189193
.plugin-toggle-track {
@@ -245,4 +249,4 @@
245249
}
246250
}
247251
}
248-
}
252+
}

0 commit comments

Comments
 (0)