Skip to content

Commit

Permalink
Scaling of artworks in artistview imporved
Browse files Browse the repository at this point in the history
  • Loading branch information
rstemmer committed Jan 16, 2021
1 parent d977040 commit 890e817
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions webui/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,24 @@
--color-brightyellow: #ADAD3F;

--artworkwidth-large: 20vw;
--artworkwidth-medium: 10rem;
--artworkwidth-medium: 8vw;
--artworkwidth-small: 3rem;
--artworkfilter: none;
}

/* < Full HD*/
@media only screen and (max-width: 1900px)
{
:root
{
--artworkwidth-medium: 8vw;
}
}

/* 4K */
@media only screen and (min-width: 3000px)
@media only screen and (min-width: 2500px)
{
:root
{
--artworkwidth-medium: 4vw;
--normalfontsize: 16pt;
--smallfontsize: 12pt;
}
}


.fgcolor
{
color: var(--fgcolor);
Expand Down

0 comments on commit 890e817

Please sign in to comment.