aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/appearance
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/features/appearance
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/features/appearance')
-rw-r--r--src/features/appearance/index.ts8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/features/appearance/index.ts b/src/features/appearance/index.ts
index 42de5e4cc..17ae5937e 100644
--- a/src/features/appearance/index.ts
+++ b/src/features/appearance/index.ts
@@ -231,7 +231,8 @@ function generateServiceRibbonWidthStyle(
231 ${useGrayscaleServices ? graysacleServices : null}, 231 ${useGrayscaleServices ? graysacleServices : null},
232 } 232 }
233 .tab-item .tab-item__label { 233 .tab-item .tab-item__label {
234 margin-left: 0px !important; 234 margin-left: 4px !important;
235 font-size: ${fontSize}px !important;
235 } 236 }
236 .tab-item.is-label-enabled { 237 .tab-item.is-label-enabled {
237 padding-bottom: 0px !important; 238 padding-bottom: 0px !important;
@@ -251,10 +252,7 @@ function generateServiceRibbonWidthStyle(
251 .darwin .sidebar .sidebar__button--workspaces.is-active { 252 .darwin .sidebar .sidebar__button--workspaces.is-active {
252 height: ${width - sidebarSizeBias}px !important; 253 height: ${width - sidebarSizeBias}px !important;
253 } 254 }
254 .tab-item .tab-item__label{ 255 .tab-item div {
255 font-size: ${fontSize}px !important;
256 }
257 .tab-item div{
258 overflow: hidden !important; 256 overflow: hidden !important;
259 } 257 }
260 ` 258 `