forked from noxious/client
Fix styling issues detail panel
This commit is contained in:
parent
fa5acca143
commit
6b2e90751c
@ -153,8 +153,9 @@ function toTop() {
|
||||
.modal-form {
|
||||
&.asset-manager {
|
||||
margin: 10px;
|
||||
width: calc(100% - 20px);
|
||||
height: 100%;
|
||||
width: calc(100% - 40px);
|
||||
display: block;
|
||||
|
||||
.form-fields {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
|
@ -73,10 +73,12 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/**
|
||||
* @TODO when scrolling here, the vertical line is cut off
|
||||
*/
|
||||
.modal-form {
|
||||
padding: 10px; // @TODO why dis no work? fixme
|
||||
|
||||
.asset-info {
|
||||
.object-manager {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
@ -88,7 +88,10 @@ onBeforeUnmount(() => {
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.modal-form {
|
||||
padding: 10px; // @TODO why dis no work? fixme
|
||||
.asset-info {
|
||||
.tile-manager {
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user