Make wish details full screen on small viewports

This commit is contained in:
grandeljay 2022-12-29 14:16:56 +01:00
parent 66eb861b9f
commit b7a4266b10
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,8 @@ $(function () {
wish_unset();
},
})
.modal('show');
.modal('show')
.addClass(wish_details_size);
/** Get Wish */
var card = $(this).closest('.ui.card.wish');

View file

@ -218,7 +218,7 @@ namespace wishthis;
<!-- Modal: Details -->
<template id="wish-details">
<div class="ui large modal wish-details">
<div class="ui modal wish-details">
<div class="header wish-title">
<div class="ui fluid placeholder">
<div class="line"></div>