Hide app promotion (#1376)
This commit is contained in:
parent
05d568d1c1
commit
475d434e98
@ -123,7 +123,7 @@
|
||||
</nuxt-link>
|
||||
<nuxt-link
|
||||
v-if="$route.path !== '/app' && !cosmetics.hideModrinthAppPromos"
|
||||
class="btn btn-outline btn-primary"
|
||||
class="btn btn-outline btn-primary app-btn"
|
||||
to="/app"
|
||||
>
|
||||
<DownloadIcon /> Get Modrinth App
|
||||
@ -1201,5 +1201,11 @@ export default defineNuxtComponent({
|
||||
gap: 1rem;
|
||||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.app-btn {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user