Skip to content

Commit

Permalink
fix height of title panel in image preview
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Jun 28, 2023
1 parent d6c904d commit df4b9c3
Show file tree
Hide file tree
Showing 6 changed files with 1,754 additions and 1,385 deletions.
8 changes: 6 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1579,8 +1579,10 @@ img.channel {
justify-content: space-between;
background-color: #eceff1;
box-shadow: 0 1px 2px silver; /* Faint shadow under the panel */
line-height: 2.5rem;
height: 4.6rem;
line-height: 2rem;
flex-shrink: 0;
flex-grow: 0;
height: 4rem;
padding: 1rem 0.75rem 0 0.75rem;
z-index: 3;
}
Expand Down Expand Up @@ -1610,6 +1612,8 @@ img.channel {
line-height: 1.5rem;
background-color: #eceff1;
box-shadow: 0px -2px 3px -1px rgba(0,0,0,0.1); /* Faint shadow above panel */
flex-grow: 0;
flex-shrink: 0;
z-index: 1;
}

Expand Down
2 changes: 1 addition & 1 deletion css/base.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit df4b9c3

Please sign in to comment.