Reworked layout for keybindings, hide minimap on smaller screens

This commit is contained in:
2024-10-17 23:26:25 +02:00
parent 2fad54fd26
commit 3c8744dc75
2 changed files with 44 additions and 40 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="absolute top-4 right-4">
<div class="absolute top-4 right-4 hidden lg:block">
<div class="w-40 h-40 rounded-full border border-solid border-gray-500 bg-[url('/assets/ui-texture.png')] bg-no-repeat">
<div class="w-40 h-40 rounded-full shadow-inner"></div>
</div>