Increased vertical gap between actors, tags and movies on scene edit page.
This commit is contained in:
@@ -81,7 +81,7 @@ watch(() => props.scene, () => { newActors.value = []; });
|
||||
.actors {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: .25rem;
|
||||
gap: .35rem .25rem;
|
||||
|
||||
&.disabled {
|
||||
.actor {
|
||||
|
||||
Reference in New Issue
Block a user