1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#6797: Fix various mobile layout issues

This commit is contained in:
Matt
2021-08-05 09:59:13 -07:00
parent 31cd6898d4
commit 79f726e6cd
9 changed files with 25 additions and 23 deletions

View File

@@ -255,7 +255,7 @@ div.title-container {
#content-title {
display: flex;
flex: 1 0 auto;
flex: 1 0;
flex-direction: column;
padding-bottom: map.get($spacers, 2);
}
@@ -721,6 +721,8 @@ div.bulk-buttons {
> div.bulk-button-group {
display: flex;
flex-wrap: wrap;
// For small screens: don't fill the available space (thereby expanding the size of the button).
align-items: flex-start;
&:first-of-type:not(:last-of-type) {
// If there are multiple bulk button groups and this is the first, the first button in the