mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-23 01:29:22 +01:00
web/SettingsToggle: clean up
This commit is contained in:
parent
5c1c401470
commit
5075250abd
1 changed files with 1 additions and 8 deletions
|
@ -31,9 +31,7 @@
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div class="toggle-text">
|
<h4 class="toggle-title">{title}</h4>
|
||||||
<h4 class="toggle-title">{title}</h4>
|
|
||||||
</div>
|
|
||||||
<Toggle enabled={isEnabled} />
|
<Toggle enabled={isEnabled} />
|
||||||
</button>
|
</button>
|
||||||
<!--
|
<!--
|
||||||
|
@ -64,9 +62,4 @@
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
.toggle-text {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue