frontend: fix compactruneselector on mobile
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user