diff --git a/.editorconfig b/.editorconfig index 630e82e79..af191795b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*] -indent_size = 2 +indent_size = 1 indent_style = space charset = utf-8 end_of_line = lf diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 000b63c9e..1fce9228a 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -359,3 +359,21 @@ fieldset#history { width: 100%; } } + +#action { + #hidden-message { + display: none; + } + + &.show { + display: flex; + position: fixed; + top: 16px; + right: 16px; + + #hidden-message { + display: block; + margin-left: 4px; + } + } +} diff --git a/pages/index.vue b/pages/index.vue index 4af0b0c1f..e524958ac 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -24,7 +24,7 @@
  • - +
  • @@ -192,10 +192,10 @@