Skip to content

Commit d331bdc

Browse files
committed
feat(lea): adjust sidebar spacing and shortcuts layout
- Fix sidebar left cell top padding for correct alignment - Increase shortcuts area padding and set children box-sizing - Constrain shortcut cards to 50% width and improve hover styles - Update dist hot-update assets and webpack runtime hash
1 parent 7e86f88 commit d331bdc

7 files changed

Lines changed: 55 additions & 47 deletions
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"c":["main"],"r":[],"m":[]}
File renamed without changes.

dist/main.a8ae9bf1f94666037d4a.hot-update.user.js

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.fdbd1c3ddb556c41dd73.hot-update.user.js

Lines changed: 0 additions & 44 deletions
This file was deleted.

dist/omnivox-optimizer.user.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/lea/home.styl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,21 @@ img[src*='/cvir/UI/Theme/Lea_Defaut/Images/'], .table-plug-skytech, .UnInstantCl
7575
position sticky !important
7676
top 56px !important
7777

78+
td#spLeftSize
79+
padding-top 0 !important
80+
7881
/* Lea and Mio buttons */
7982
#region-raccourcis-services-skytech
80-
padding 20px 0 !important
83+
padding 20px !important
8184
display flex !important
8285
flex-direction row !important
8386
gap 16px !important
8487
justify-content center !important
8588
margin 0 !important
8689

90+
*
91+
box-sizing content-box !important
92+
8793
#region-raccourcis-services-skytech .raccourci
8894
padding 1rem !important
8995
background white !important
@@ -97,6 +103,7 @@ img[src*='/cvir/UI/Theme/Lea_Defaut/Images/'], .table-plug-skytech, .UnInstantCl
97103
justify-content space-between !important
98104
align-items center !important
99105
gap 8px !important
106+
width 50% !important
100107
box-shadow 0 1px 2px 0 $neutral-100 !important
101108

102109
#region-raccourcis-services-skytech .raccourci:hover

0 commit comments

Comments
 (0)