:liptick: Minor UI update

This commit is contained in:
Liyas Thomas
2019-11-21 06:55:37 +05:30
parent 1ab2de9c69
commit 8d99d4aa99
15 changed files with 89 additions and 132 deletions

View File

@@ -55,7 +55,7 @@
width: 100%;
display: block;
padding: 8px 16px;
font-size: 18px;
font-size: 16px;
font-family: "Roboto Mono", monospace;
&:last-child {

View File

@@ -96,7 +96,7 @@ TODO:
<style lang="scss" scoped>
.virtual-list {
max-height: calc(100vh - 220px);
max-height: calc(100vh - 204px);
}
ul {

View File

@@ -90,6 +90,7 @@
readonly
:value="entry.label"
placeholder="No label"
class="bg-color"
/>
</li>
<!--
@@ -263,7 +264,7 @@
<style scoped lang="scss">
.virtual-list {
max-height: calc(100vh - 284px);
max-height: calc(100vh - 265px);
[readonly] {
cursor: default;
@@ -300,10 +301,10 @@ ol li {
span {
position: absolute;
top: 10px;
right: 8px;
right: 10px;
font-family: "Roboto Mono", monospace;
background-color: var(--bg-color);
padding: 2px 8px;
padding: 2px 6px;
border-radius: 8px;
}
}