diff --git a/.directory b/.directory deleted file mode 100644 index da6b69718..000000000 --- a/.directory +++ /dev/null @@ -1,6 +0,0 @@ -[Dolphin] -Timestamp=2019,8,23,13,58,13 -Version=4 - -[Settings] -HiddenFilesShown=true diff --git a/.gitignore b/.gitignore index fffd677ed..f541e327a 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,6 @@ sw.* # Postwoman build data .postwoman + +# File explorer +.directory \ No newline at end of file diff --git a/assets/css/styles.scss b/assets/css/styles.scss index b123dde72..1190ad948 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -248,7 +248,7 @@ input[type="checkbox"] { justify-content: center; margin: 8px 8px 8px 0; color: transparent; - transition: 0.2s; + transition: all 0.2s ease-in-out; } } @@ -451,7 +451,7 @@ input[type="radio"] + label { padding: 8px 16px; border-bottom: 2px solid transparent; cursor: pointer; - transition: all 0.2s ease; + transition: all 0.2s ease-in-out; &:hover { border-color: var(--brd-color); diff --git a/components/history.vue b/components/history.vue index b14a2a59f..acdd4c91c 100644 --- a/components/history.vue +++ b/components/history.vue @@ -2,7 +2,7 @@