Skip to content

Commit

Permalink
Fix separator inset, separator vertical spacing and margin above the …
Browse files Browse the repository at this point in the history
…add extensions button
  • Loading branch information
langleyd committed Feb 14, 2025
1 parent b1250a4 commit a5f91a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions res/css/views/right_panel/_ExtensionsCard.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ Please see LICENSE files in the repository root for full details.
*/

.mx_ExtensionsCard {
--cpd-separator-inset: var(--cpd-space-4x);
--cpd-separator-spacing: var(--cpd-space-4x);

--cpd-separator-spacing: var(--cpd-space-6x);
.mx_AutoHideScrollbar {
padding: 0 var(--cpd-space-4x);
margin-top: var(--cpd-space-3x);
margin-top: var(--cpd-space-6x);
box-sizing: border-box;

/* Styling for the "Add extensions" button */
Expand Down

0 comments on commit a5f91a7

Please sign in to comment.