diff --git a/src/layouts/components/DefaultLayout.vue b/src/layouts/components/DefaultLayout.vue index cc84ccf9..03ea5c98 100644 --- a/src/layouts/components/DefaultLayout.vue +++ b/src/layouts/components/DefaultLayout.vue @@ -43,7 +43,7 @@ const showDiscord = window.location.host.search("ping.pub") > -1
diff --git a/src/style.css b/src/style.css index 8eb8f98c..14e9c9ee 100644 --- a/src/style.css +++ b/src/style.css @@ -33,4 +33,11 @@ .table th:first-child { position: relative; z-index: 2; -} \ No newline at end of file +} + + +@media (min-width: 1280px){ + .force-block{ + display: block !important; + } +}