Skip to content

Commit

Permalink
feat: Small style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilecampeanu committed May 21, 2023
1 parent 8662426 commit 141b7da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/styles/components/Thread.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
display: grid;
height: 100%;
overflow-y: hidden !important;

.ow-thread-tabs-manager
{
Expand Down Expand Up @@ -134,7 +135,7 @@
place-self: center;
width: 11px;
height: 11px;
strokeWidth: 3;
stroke-width: 3;
color: var(--icon-color);
}
}
Expand All @@ -160,7 +161,7 @@
place-self: center;
width: 11px;
height: 11px;
strokeWidth: 3;
stroke-width: 3;
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/styles/components/ThreadListItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
{
.ow-title
{
padding: 1px 0px;
font-size: 14px;
padding: 3px 0px;
align-self: center;
}

Expand Down

0 comments on commit 141b7da

Please sign in to comment.