feat: unify bottom margin between scroll container and buttons
All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m56s
Check code formatting / Check-C-Format (push) Successful in 8s
Check code formatting / Check-Python-Flake8 (push) Successful in 10s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 8s
Run pytests / Check-Pytest (push) Successful in 10s
All checks were successful
Build RPi Pico firmware image / Build-Firmware (push) Successful in 4m56s
Check code formatting / Check-C-Format (push) Successful in 8s
Check code formatting / Check-Python-Flake8 (push) Successful in 10s
Check code formatting / Check-Bash-Shellcheck (push) Successful in 5s
Run unit tests on host / Run-Unit-Tests (push) Successful in 8s
Run pytests / Check-Pytest (push) Successful in 10s
This commit is contained in:
@@ -246,7 +246,7 @@
|
|||||||
<div id="screen-filebrowser" class="screen">
|
<div id="screen-filebrowser" class="screen">
|
||||||
<h2 id="playlist-filebrowser-title">Playlist Editor</h2>
|
<h2 id="playlist-filebrowser-title">Playlist Editor</h2>
|
||||||
<div id="playlist-filebrowser-container">
|
<div id="playlist-filebrowser-container">
|
||||||
<div class="scroll-container">
|
<div class="scroll-container" style="margin-bottom: 10px">
|
||||||
<div class="tree" id="playlist-filebrowser-tree">
|
<div class="tree" id="playlist-filebrowser-tree">
|
||||||
<ul><li>Loading...</li></ul>
|
<ul><li>Loading...</li></ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user