Skip to content

Commit

Permalink
fix(2.0): use same line height for all items
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaucau committed Dec 13, 2024
1 parent d4ea083 commit 94af192
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions less/forum.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
gap: 6px;
width: 100%;
height: 100%;
padding: 5px 0;
line-height: 1;
-webkit-tap-highlight-color: color-mix(
in srgb,
var(--control-bg) 40%,
transparent
);
padding: 5px 0;


.Button-icon {
font-size: 20px;
Expand All @@ -81,8 +83,9 @@
}

.SessionDropdown .Avatar {
margin: 0 0 5px 0;
border: 1px solid var(--control-bg);
--size: 20px;
margin: 0;
box-sizing: border-box;
}

.Bubble {
Expand Down

0 comments on commit 94af192

Please sign in to comment.