Skip to content

Commit

Permalink
Set max-width to initial
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyReagan committed Jan 9, 2025
1 parent 4a1680e commit 3b92259
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions client/reader/user-stream/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$tab-content-width: 768px;

.user-profile {
>* {
> * {
scrollbar-gutter: stable;
}

Expand All @@ -21,6 +21,9 @@

.reader-avatar {
margin: 0 $padding 0 0;
img {
max-width: initial;
}
}
}

Expand All @@ -37,7 +40,7 @@

.section-nav {
box-shadow: none;
border-bottom: 1px solid var(--color-border-subtle);
border-bottom: 1px solid var( --color-border-subtle );
height: auto !important;
margin: 0;
}
Expand All @@ -55,7 +58,7 @@

.section-nav-tab__text {
font-weight: 500;
color: var(--studio-black);
color: var( --studio-black );
}

div.user-profile__content {
Expand Down

0 comments on commit 3b92259

Please sign in to comment.