Improvements to default location
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user