aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-24 16:51:38 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-24 11:21:38 +0000
commit0e68007e903d5f010542046813333b683dfcc62e (patch)
tree492d0f28a44712e82c2c7534773230206d305b32 /src/styles
parentFix GH action workflow for publishing homebrew cask (diff)
downloadferdium-app-0e68007e903d5f010542046813333b683dfcc62e.tar.gz
ferdium-app-0e68007e903d5f010542046813333b683dfcc62e.tar.zst
ferdium-app-0e68007e903d5f010542046813333b683dfcc62e.zip
Fix Drag-n-drop not working if the service name is shown (fixes #347) (#349)
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/tabs.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index b910b0760..ce843520a 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -34,6 +34,7 @@
34 justify-content: center; 34 justify-content: center;
35 min-height: 50px; 35 min-height: 50px;
36 position: relative; 36 position: relative;
37 flex-wrap: wrap;
37 @media (prefers-reduced-motion: no-preference) { 38 @media (prefers-reduced-motion: no-preference) {
38 transition: background $theme-transition-time; 39 transition: background $theme-transition-time;
39 } 40 }
@@ -51,9 +52,6 @@
51 .tab-item__icon { 52 .tab-item__icon {
52 margin-left: -4px; 53 margin-left: -4px;
53 } 54 }
54 .tab-item__label {
55 margin-left: -4px;
56 }
57 } 55 }
58 56
59 &.is-label-enabled{ 57 &.is-label-enabled{