Skip to content

Commit

Permalink
Merge pull request #266 from codex-team/fix-user-settings-theme
Browse files Browse the repository at this point in the history
chore(settings): fixed jumping theme changer
  • Loading branch information
e11sy authored Jul 22, 2024
2 parents e5a7499 + f63991e commit 4ed579e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/presentation/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ async function uninstallClicked(toolId: string) {
}
</script>

<style scoped lang="postcss" module>
<style lang="postcss" module>
.container {
display: grid;
padding: var(--spacing-xxl) 0;
Expand All @@ -257,6 +257,10 @@ async function uninstallClicked(toolId: string) {
&-theme-row {
cursor: pointer;
:global(.codex-row__center) {
min-height: 20px;
}
&:first-of-type {
border-top-left-radius: var(--radius-field);
border-top-right-radius: var(--radius-field);
Expand Down

0 comments on commit 4ed579e

Please sign in to comment.