Make the playlist vertically scrollable with a fixed height to match the main content

This commit is contained in:
James Mills 2020-03-25 22:36:18 +10:00
parent 0bcc58191d
commit af07f1aaa9
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6
3 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

1
go.sum
View file

@ -91,6 +91,7 @@ github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvW
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/konsorten/go-windows-terminal-sequences v1.0.2 h1:DB17ag19krx9CFsz4o3enTrPXyIXCl+2iCXH/aMAp9s=
github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/koyachi/go-nude v0.0.1 h1:xkwA7v0peM7foMDowNf29PmNJ3KRQdOfe2P31RRCoRA=
github.com/koyachi/go-nude v0.0.1/go.mod h1:fQEFeGrZjORtwWuXEPerqidDk4XpVv8+WWeexAxwfII=

View file

@ -95,8 +95,11 @@ main {
display: inline-block;
margin-left: 10px;
width: 290px;
height: 543px;
background: #282a2e;
box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
overflow-x: hidden;
overflow-x: auto;
}
#playlist > a {