mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 04:48:55 +00:00
added new responsive breakpoints for dashboard
This commit is contained in:
parent
f19418f2c2
commit
c10ad8aedc
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue