mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
[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:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user