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/components/history.vue b/components/history.vue index 50d5f8a0b..79a489d7b 100644 --- a/components/history.vue +++ b/components/history.vue @@ -6,7 +6,7 @@ - +