added new responsive breakpoints for dashboard

This commit is contained in:
overflowerror 2021-01-23 20:18:08 +01:00
parent f19418f2c2
commit c10ad8aedc

View file

@ -51,7 +51,7 @@
{% endif %} {% endif %}
{% for video in videos %} {% for video in videos %}
{% set disabled = video.state != constant("App\\Entity\\Video::DONE") %} {% set disabled = video.state != constant("App\\Entity\\Video::DONE") %}
<div class="video-tile col-md-4" id="video-{{ video.customId }}"> <div class="video-tile col-xxl-4 col-lg-6" id="video-{{ video.customId }}">
<div class="tile-content bg-light shadow-5-strong"> <div class="tile-content bg-light shadow-5-strong">
<div class="thumbnail" onclick="location.href = '{{ path("app_watch_page", { <div class="thumbnail" onclick="location.href = '{{ path("app_watch_page", {
linkId: constant("App\\Controller\\WatchController::OWNER_LINK_ID"), linkId: constant("App\\Controller\\WatchController::OWNER_LINK_ID"),