diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-12-10 09:45:35 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:16:01 +0100 |
commit | 78e93f79eeeadb87663c4c80236a4293661004f1 (patch) | |
tree | 79816906e62f459c20343c4156ed927fb6380865 /src/styles/main.scss | |
parent | 75596a5c7d09cfeaf08d7a20950362a7eb158af5 (diff) |
FUNCT Add support to seek
Diffstat (limited to 'src/styles/main.scss')
-rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index ab40398..7490907 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -16,7 +16,7 @@ body { .playlistContainer { margin: 15px 0; overflow: scroll; - bottom: 200px; + bottom: 222px; } .log { |