Improve wish details size on small viewports
This commit is contained in:
parent
6dc542ad7a
commit
5c9ca29f56
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
|||
/**
|
||||
* Details
|
||||
*/
|
||||
.ui.modal.wish-details.overlay.fullscreen {
|
||||
display: flex !important;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
.ui.modal.wish-details.overlay.fullscreen > .content.content.content {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
/** Image */
|
||||
.ui.modal.wish-details .wish-image,
|
||||
|
|
Loading…
Reference in a new issue