{% set page_title = playlist_name + ' - Local playlist' %} {% extends "base.html" %} {% import "common_elements.html" as common_elements %} {% block style %} main > *{ width: 800px; max-width: 100%; margin: auto; } .playlist-metadata{ display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; margin: 15px auto; padding: 7px; background-color: var(--interface-color); } .playlist-title{ } #export-options{ justify-self: end; } #video-remove-container{ display: flex; justify-content: space-between; margin: 0px auto 15px auto; } #playlist-remove-button{ white-space: nowrap; } #results{ display: grid; grid-auto-rows: 0fr; grid-row-gap: 10px; } {% endblock style %} {% block main %}