whitespace
This commit is contained in:
parent
8dac502da5
commit
d599d4c23e
4 changed files with 3 additions and 6 deletions
|
@ -30,6 +30,3 @@ export default class Clock extends Vue {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
</style>
|
|
|
@ -52,4 +52,4 @@ div.flex-column > span:last-child {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
line-height: 15px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -55,4 +55,4 @@ export default class TickerBar extends Vue {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -64,4 +64,4 @@ export default class TitleBar extends Vue {
|
||||||
.container > div:last-child {
|
.container > div:last-child {
|
||||||
max-width: 0;
|
max-width: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue