Refactor
This commit is contained in:
parent
bba8e8c65b
commit
c23007135e
1 changed files with 6 additions and 7 deletions
|
@ -33,16 +33,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
@supports selector(.ui.modal.wish-details .wish-image:has(.ui.placeholder)) {
|
||||
.ui.modal.wish-details .wish-image:has(.ui.placeholder) {
|
||||
height: 40vh;
|
||||
width: 100%;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.ui.modal.wish-details .wish-image:has(.ui.placeholder) {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Placeholder */
|
||||
.ui.modal.wish-details .wish-image .ui.placeholder {
|
||||
|
|
Loading…
Reference in a new issue