{{ item.value }} [{{item.year}}]
+ v-if="item.year">[{{item.year}}]
[tag]
@@ -77,12 +77,20 @@ export default {
.inline-input {
width: 50%;
}
+
+ @media only screen and (max-width: 600px) {
+ .inline-input {
+ width: 80%;
+ }
+ }
+
.comment {
color: #919ba3;
margin-top: -0.8em;
padding-left: 0.3em;
display: block;
}
+
.year {
color: #828c94;
font-size: 85%;
diff --git a/music_graph/src/components/Watermark.vue b/music_graph/src/components/Watermark.vue
index 2baba3b..83ace57 100644
--- a/music_graph/src/components/Watermark.vue
+++ b/music_graph/src/components/Watermark.vue
@@ -15,7 +15,7 @@ export default {
#watermark {
position: fixed;
top: calc(100% - 30px);
- left: 1%;
+ left: 20px;
pointer-events: none;
color: rgba(0,0,0,0.67);
font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;