Skip to content

Commit

Permalink
rozdělé tlačítko u lekci
Browse files Browse the repository at this point in the history
  • Loading branch information
Firu115 committed Sep 13, 2024
1 parent c0770b8 commit 08375af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions frontend/src/views/SeznamLekci.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ function zrusitVyber() {
<h1>Lekce</h1>
<div id="seznam">
<Rada :pocetDoko="nacitam ? -1 : dokoncene.length" />
<div id="pokracovani">
<button class="tlacitko">Pokračovat</button>
</div>
<h2>Střední řada</h2>
<BlokLekce v-if="lekce[0].length == 0" v-for="i in 4" pismena=". . ." :jeDokoncena="false" :cislo="i" />
<!-- jen aby tam něco bylo než se to načte -->
Expand Down Expand Up @@ -165,6 +168,18 @@ function zrusitVyber() {
</template>

<style scoped>
#pokracovani {
background-color: var(--tmave-fialova);
padding: 14px;
border-radius: 10px;
width: 70%;
align-self: center;
}
#pokracovani .tlacitko {
margin: 0;
}
#seznam {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 08375af

Please sign in to comment.