refactor: changed position of generaTOR link; added missing tooltips

This commit is contained in:
2025-05-07 20:06:37 +02:00
parent 02d234a21b
commit 3c74580bed
6 changed files with 37 additions and 29 deletions
@@ -118,7 +118,8 @@ export default defineComponent({
<style lang="scss" scoped>
.info-routes {
display: flex;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
justify-content: center;
flex-direction: column;