diff --git a/src/style/dark.scss b/src/style/dark.scss index 03f6d65..a852b2c 100644 --- a/src/style/dark.scss +++ b/src/style/dark.scss @@ -21,10 +21,6 @@ body.themedark { --bulma-modal-background-background-color: #{$t}; $t: rgba($bulma-white, 0.2); --bulma-delete-background-color: #{$t}; - - .navbar-brand img { - filter: brightness(350%); - } } .delete { diff --git a/src/style/inspector.scss b/src/style/inspector.scss index a9cc0c1..a734b4b 100644 --- a/src/style/inspector.scss +++ b/src/style/inspector.scss @@ -69,9 +69,10 @@ input[type="file"]::file-selector-button { .column.timeline { display: flex; - flex-direction: column; + flex-direction: column-reverse; justify-content: space-between; align-content: center; + gap: 1em; } .timeline__events {