mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-30 20:06:07 +00:00
Hide side of report modal on low width screens
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
62f4f2bd24
commit
48f1d3efc6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
:class="{ 'is-titleless': !title }"
|
||||
>
|
||||
<div class="media">
|
||||
<div class="media-left">
|
||||
<div class="media-left hidden md:block">
|
||||
<b-icon icon="alert" type="is-warning" size="is-large" />
|
||||
</div>
|
||||
<div class="media-content">
|
||||
|
|
Loading…
Reference in a new issue