Skip to content

Commit f63991e

Browse files
committed
changing Row style from settings page
1 parent e8f83f7 commit f63991e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

codex-ui/src/vue/components/row/Row.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ defineProps<{
102102
}
103103
104104
&__center {
105-
min-height: 20px;
106105
flex: 1;
107106
display: flex;
108107
flex-direction: column;

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)