[PM-3099] Desktop UI Small Screen Tweaks (#4620)
* add responsive queries for small screens * increase media query max-width so icons don't get cut off on medium screens
This commit is contained in:
parent
d2bff7eb8b
commit
ffabb64f6d
|
@ -504,3 +504,26 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.details {
|
||||
.inner-content {
|
||||
.box-content-row-flex:not([type="button"]) {
|
||||
@media (max-width: 875px) {
|
||||
flex-direction: column;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.action-buttons {
|
||||
@media (max-width: 875px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.row-btn:first-of-type {
|
||||
@media (max-width: 875px) {
|
||||
margin-left: -8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue