From 062b643627e6f42f10aa9b7607eabb2855f0d9a4 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 11 Apr 2021 12:10:13 +0800 Subject: [PATCH] Fixed #181 --- src/sass/gtk/_applications-3.0.scss | 4 ++-- tweaks.sh | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/sass/gtk/_applications-3.0.scss b/src/sass/gtk/_applications-3.0.scss index 6a11e02..c24605c 100644 --- a/src/sass/gtk/_applications-3.0.scss +++ b/src/sass/gtk/_applications-3.0.scss @@ -192,6 +192,8 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); // row style @if $nautilus_style == 'stable' { + margin: 0 0; + &:hover { transition: background-image 0; background-repeat: no-repeat; @@ -356,8 +358,6 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); > stack { background-color: $base_color; - // &:dir(ltr) { border-radius: 0 0 ($wm_radius+2) 0 } - // &:dir(rtl) { border-radius: 0 0 0 ($wm_radius+2) } } > stack:not(:only-child) { diff --git a/tweaks.sh b/tweaks.sh index 69e60ee..8f02f46 100755 --- a/tweaks.sh +++ b/tweaks.sh @@ -181,6 +181,12 @@ else prompt -w "DASH TO DOCK: You may need to logout to take effect." fi + if [[ "${firefox}" == 'true' && "${edit_firefox}" == 'true' ]]; then + echo; prompt -e "ERROR: Don't mix use option '-f' and '-e' ! " + echo; prompt -i "Please install it again just use '-f' or '-e' !"; echo + exit 0 + fi + if [[ "${firefox}" == 'true' || "${edit_firefox}" == 'true' ]]; then if [[ "${firefox}" == 'true' ]]; then echo; prompt -i "Installing '${name}' Firefox theme..."