add class to 'show timer' switch

This commit is contained in:
Damien Elmes 2022-02-14 20:04:19 +10:00
parent 098881741b
commit b652e3b895

View file

@ -33,6 +33,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
</Item> </Item>
<Item> <Item>
<!-- AnkiMobile hides this -->
<div class="show-timer-switch" style="display: contents;">
<SwitchRow <SwitchRow
bind:value={$config.showTimer} bind:value={$config.showTimer}
defaultValue={defaults.showTimer} defaultValue={defaults.showTimer}
@ -40,6 +42,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
> >
{tr.schedulingShowAnswerTimer()} {tr.schedulingShowAnswerTimer()}
</SwitchRow> </SwitchRow>
</div>
</Item> </Item>
</DynamicallySlottable> </DynamicallySlottable>
</TitledContainer> </TitledContainer>