mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Merge pull request #65 from Pandipipas/clean-bracket-and-style-as-commentary
style: simplify BracketPanel to match Commentary layout
This commit is contained in:
@@ -102,18 +102,11 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<div class="bracket-panel">
|
||||
<QCard
|
||||
flat
|
||||
bordered
|
||||
>
|
||||
<QCardSection class="bracket-panel-header">
|
||||
<div class="text-h4">
|
||||
Bracket
|
||||
</div>
|
||||
</QCardSection>
|
||||
<QSeparator />
|
||||
|
||||
<QCardSection class="column q-gutter-md">
|
||||
<div class="column q-gutter-md">
|
||||
<QSelect
|
||||
v-model="stage"
|
||||
label="Stage"
|
||||
@@ -144,8 +137,7 @@ onMounted(() => {
|
||||
class="bracket-panel-custom-toggle"
|
||||
/>
|
||||
</div>
|
||||
</QCardSection>
|
||||
</QCard>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -156,12 +148,6 @@ onMounted(() => {
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.bracket-panel-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.bracket-panel-custom {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
|
||||
Reference in New Issue
Block a user