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.
2 parents e5a7499 + f63991e commit 4ed579eCopy full SHA for 4ed579e
src/presentation/pages/Settings.vue
@@ -230,7 +230,7 @@ async function uninstallClicked(toolId: string) {
230
}
231
</script>
232
233
-<style scoped lang="postcss" module>
+<style lang="postcss" module>
234
.container {
235
display: grid;
236
padding: var(--spacing-xxl) 0;
@@ -257,6 +257,10 @@ async function uninstallClicked(toolId: string) {
257
&-theme-row {
258
cursor: pointer;
259
260
+ :global(.codex-row__center) {
261
+ min-height: 20px;
262
+ }
263
+
264
&:first-of-type {
265
border-top-left-radius: var(--radius-field);
266
border-top-right-radius: var(--radius-field);
0 commit comments