Improvements to default location

This commit is contained in:
Donkie
2024-11-24 14:45:16 +01:00
parent 755e06c989
commit 0827cc8a5a
5 changed files with 64 additions and 27 deletions

View File

@@ -6,7 +6,14 @@
.loc-container {
padding: 1em;
width: 24em;
cursor: pointer;
}
.loc-container.grabable,
.loc-container .spool {
cursor: move;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.loc-container h3 {
@@ -15,6 +22,13 @@
justify-content: space-between;
font-size: 21px;
width: 100%;
}
.loc-container h3 span {
cursor: default;
}
.loc-container h3 span.editable {
cursor: text;
}
@@ -31,7 +45,7 @@
flex-direction: column;
gap: 0.5em;
min-height: 3em;
max-height: 100em;
max-height: 50em;
overflow-y: scroll;
}
@@ -39,7 +53,6 @@
padding: 0.5em 0.5em 0.5em 0;
display: flex;
align-items: center;
cursor: pointer;
border-radius: 0.5em;
}