You've already forked AstralRinth
forked from didirus/AstralRinth
Adds media query style to prevent Report button from overlapping username. (#1040)
This commit is contained in:
@@ -528,4 +528,10 @@ export default defineNuxtComponent({
|
|||||||
.textarea-wrapper {
|
.textarea-wrapper {
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 400px) {
|
||||||
|
.sidebar {
|
||||||
|
padding-top: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user