Make wish details full screen on small viewports
This commit is contained in:
parent
66eb861b9f
commit
b7a4266b10
2 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,8 @@ $(function () {
|
||||||
wish_unset();
|
wish_unset();
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.modal('show');
|
.modal('show')
|
||||||
|
.addClass(wish_details_size);
|
||||||
|
|
||||||
/** Get Wish */
|
/** Get Wish */
|
||||||
var card = $(this).closest('.ui.card.wish');
|
var card = $(this).closest('.ui.card.wish');
|
||||||
|
|
|
@ -218,7 +218,7 @@ namespace wishthis;
|
||||||
|
|
||||||
<!-- Modal: Details -->
|
<!-- Modal: Details -->
|
||||||
<template id="wish-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="header wish-title">
|
||||||
<div class="ui fluid placeholder">
|
<div class="ui fluid placeholder">
|
||||||
<div class="line"></div>
|
<div class="line"></div>
|
||||||
|
|
Loading…
Reference in a new issue