aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-14 15:17:27 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-14 10:20:16 +0000
commitae033f72650f54c5804134a2ff2a461294b7c2f5 (patch)
tree88d79ae806b7e677ba8fdeae55c8fdbfd26afe59 /src/styles
parentdoc: Updated Changelog [skip ci] (diff)
downloadferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.tar.gz
ferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.tar.zst
ferdium-app-ae033f72650f54c5804134a2ff2a461294b7c2f5.zip
feat: Add buttons in the 'Advanced' section of preferences to allow the user to quickly open the Ferdi profile folder
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 501f97b98..f06ed7ef8 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -361,11 +361,11 @@
361 .settings__delete-button { 361 .settings__delete-button {
362 right: 0; 362 right: 0;
363 } 363 }
364 .settings__open-recipe-file-button { 364 .settings__open-recipe-file-button, .settings__open-settings-file-button {
365 cursor: pointer; 365 cursor: pointer;
366 margin-right: 10px; 366 margin-right: 10px;
367 } 367 }
368 .settings__open-recipe-file-container { 368 .settings__open-recipe-file-container, .settings__open-settings-file-container {
369 margin-top: 20px; 369 margin-top: 20px;
370 display: flex; 370 display: flex;
371 height: auto !important; 371 height: auto !important;