aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-24 17:39:00 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-24 16:39:00 +0000
commit28ee5704695010c45bd179d88818a1064a0d4fcf (patch)
tree68558fdc004e00245b677b3852af440d08352845 /src
parentFix Drag-n-drop not working if the service name is shown (fixes #347) (#349) (diff)
downloadferdium-app-28ee5704695010c45bd179d88818a1064a0d4fcf.tar.gz
ferdium-app-28ee5704695010c45bd179d88818a1064a0d4fcf.tar.zst
ferdium-app-28ee5704695010c45bd179d88818a1064a0d4fcf.zip
Fix ribbon menu style on windows (Fix #343)
Diffstat (limited to 'src')
-rw-r--r--src/styles/title-bar.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/styles/title-bar.scss b/src/styles/title-bar.scss
index ecc85b4b5..b6d28ac60 100644
--- a/src/styles/title-bar.scss
+++ b/src/styles/title-bar.scss
@@ -75,11 +75,10 @@
75 } 75 }
76 76
77 .menu-pane { 77 .menu-pane {
78 border-bottom-left-radius: $theme-border-radius-small;
79 border-bottom-right-radius: $theme-border-radius-small;
80 box-shadow: 0 0 10px rgba(black, .5);
81
82 &.menu-endblock { 78 &.menu-endblock {
79 border-bottom-left-radius: $theme-border-radius-small;
80 border-bottom-right-radius: $theme-border-radius-small;
81 box-shadow: 0px 15px 10px -15px rgba(black, .5);
83 border-left-width: 0px; 82 border-left-width: 0px;
84 } 83 }
85 } 84 }