Skip to content

Commit 4ed579e

Browse files
authored
Merge pull request #266 from codex-team/fix-user-settings-theme
chore(settings): fixed jumping theme changer
2 parents e5a7499 + f63991e commit 4ed579e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/presentation/pages/Settings.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ async function uninstallClicked(toolId: string) {
230230
}
231231
</script>
232232

233-
<style scoped lang="postcss" module>
233+
<style lang="postcss" module>
234234
.container {
235235
display: grid;
236236
padding: var(--spacing-xxl) 0;
@@ -257,6 +257,10 @@ async function uninstallClicked(toolId: string) {
257257
&-theme-row {
258258
cursor: pointer;
259259
260+
:global(.codex-row__center) {
261+
min-height: 20px;
262+
}
263+
260264
&:first-of-type {
261265
border-top-left-radius: var(--radius-field);
262266
border-top-right-radius: var(--radius-field);

0 commit comments

Comments
 (0)