Skip to content

Commit

Permalink
improve: filmstrips placement
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Feb 17, 2024
1 parent b891e15 commit 441ffa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions s/components/omni-timeline/views/filmstrips/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@ import {css} from "@benev/slate"
export const styles = css`
:host {
height: 40px;
display: flex;
overflow: hidden;
width: 100%;
}
img {
display: inline;
}
svg {
display: inline;
height: 100%;
Expand Down

0 comments on commit 441ffa6

Please sign in to comment.