frontend-v2: Many changes to frontend (and backend) to unify build and have build variants #11

Merged
vhaudiquet merged 13 commits from frontend-v2 into main 2026-03-06 23:41:26 +00:00
Showing only changes of commit f6cf2c8a8c - Show all commits

View File

@@ -118,4 +118,11 @@ const emit = defineEmits<{
opacity: 0.9; opacity: 0.9;
color: #4a9eff; color: #4a9eff;
} }
/* Mobile fix: Remove negative margin to prevent overlap with runes */
@media only screen and (max-width: 900px) {
.compact-rune-selector {
margin-top: 15px;
}
}
</style> </style>