Make event button toolbar wrap-able

For small screens (i.e. phones), it's
useful to split the event button toolbar
on multiple rows, otherwise the video event
becomes useless (i.e. too small to be useful)

Signed-off-by: Alex Porosanu <dknight110@gmail.com>
pull/3651/head
Alex Porosanu 2022-12-31 11:58:11 +02:00
parent 6667c6449a
commit 27980a8871
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ if ( $Event->Id() and !file_exists($Event->Path()) )
?>
<!-- BEGIN HEADER -->
<div class="d-flex flex-row justify-content-between px-3 py-1">
<div class="d-flex flex-row flex-wrap justify-content-between px-3 py-1">
<div id="toolbar" >
<button id="backBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Back') ?>" disabled><i class="fa fa-arrow-left"></i></button>
<button id="refreshBtn" class="btn btn-normal" data-toggle="tooltip" data-placement="top" title="<?php echo translate('Refresh') ?>" ><i class="fa fa-refresh"></i></button>