Adds media query style to prevent Report button from overlapping username. (#1040)
This commit is contained in:
parent
29ddc04f7b
commit
2d2fe4983c
@ -528,4 +528,10 @@ export default defineNuxtComponent({
|
||||
.textarea-wrapper {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.sidebar {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user