Fix tests
This commit is contained in:
parent
a2ef9fb343
commit
4c5d961621
@ -57,7 +57,7 @@ nav {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.rbtclock {
|
||||
.btclock-wrapper {
|
||||
.btclock {
|
||||
background: #000;
|
||||
display: flex;
|
||||
|
@ -11,7 +11,7 @@
|
||||
export let className = 'btclock-wrapper';
|
||||
</script>
|
||||
|
||||
<div class={className}>
|
||||
<div class={className} id={className}>
|
||||
<div class="btclock">
|
||||
{#each status.data as char}
|
||||
{#if isSplitText(char)}
|
||||
|
@ -109,7 +109,7 @@
|
||||
<hr />
|
||||
{#if $status.data}
|
||||
<section class={lightMode ? 'lightMode' : 'darkMode'}>
|
||||
<Rendered status={$status} className="rbtclock"></Rendered>
|
||||
<Rendered status={$status} className="btclock-wrapper"></Rendered>
|
||||
</section>
|
||||
{$_('section.status.screenCycle')}:
|
||||
<a
|
||||
|
Loading…
Reference in New Issue
Block a user