Skip to content

Commit

Permalink
fix space share buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Feb 19, 2024
1 parent 5192108 commit 97eb52e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/popup/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,10 @@
.side.right.tabSpaceIndex, .side.right.tabSpaceCreate {
.spaceHeader { margin-bottom: 32px; }
.spaceHeader {
.sides { display: flex; flex-wrap: nowrap; width: 100%; }
.sides { display: flex; flex-wrap: nowrap; width: 100%; gap: 0px 16px; }
.sides {
.side.left { width: 100%; flex-wrap: nowrap; display: flex; align-items: center; }
.side.right { display: flex; flex-direction: row; gap: 0px 16px; }
}
.iconWrapper { width: 96px; }

Expand Down

0 comments on commit 97eb52e

Please sign in to comment.