Małe zmiany w wyglądzie, widok pociągów online (W.I.P.)

This commit is contained in:
2020-08-04 00:32:30 +02:00
parent ab778712e6
commit ca2eea15e4
5 changed files with 130 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import Options from "@/components/ui/Options.vue";
export default class AppBar extends Vue {}
</script>
<style lang="scss">
<style lang="scss" scoped>
@import "../../styles/responsive.scss";
.app-bar {
+1 -1
View File
@@ -315,7 +315,7 @@ export default class List extends styleMixin {
font-size: calc(0.6rem + 0.3vw);
@include smallScreen() {
font-size: 0.7rem;
font-size: 0.6rem;
}
&-head th {