You've already forked AstralRinth
forked from didirus/AstralRinth
Miscellaneous CSS cleanup (and make the report modal look better) (#1334)
This commit is contained in:
committed by
GitHub
parent
51b07fc0c3
commit
57964282ee
@@ -804,10 +804,5 @@ export default defineNuxtComponent({
|
||||
background-color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.button-group {
|
||||
margin-left: auto;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -466,4 +466,8 @@ svg {
|
||||
min-height: 8rem;
|
||||
max-width: 24rem;
|
||||
}
|
||||
|
||||
.multiselect {
|
||||
max-width: 15rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -276,4 +276,8 @@ export default defineNuxtComponent({
|
||||
max-width: 26rem;
|
||||
}
|
||||
}
|
||||
|
||||
.multiselect {
|
||||
max-width: 15rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1596,10 +1596,5 @@ export default defineNuxtComponent({
|
||||
.multiselect {
|
||||
max-width: 20rem;
|
||||
}
|
||||
|
||||
.button-group {
|
||||
margin-left: auto;
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -500,10 +500,6 @@ export default defineNuxtComponent({
|
||||
}
|
||||
}
|
||||
|
||||
.button-group:first-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.textarea-wrapper {
|
||||
height: 10rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user