diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 8dbda9b9b..37a687fc5 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -136,9 +136,16 @@ fieldset { } legend { + display: flex; + align-items: center; + justify-content: center; color: var(--fg-color); font-weight: 600; cursor: pointer; + + i { + margin-left: 8px; + } } fieldset textarea, diff --git a/components/history.vue b/components/history.vue index bb01e1120..7c48f06e3 100644 --- a/components/history.vue +++ b/components/history.vue @@ -7,16 +7,16 @@ @@ -37,16 +37,12 @@
  • @@ -59,7 +55,10 @@