Tweaks to group border margin
This commit is contained in:
@@ -146,8 +146,8 @@ body {
|
||||
}
|
||||
|
||||
.gridGroup {
|
||||
width: 100%;
|
||||
height: calc(100% - 20px);
|
||||
width: calc(100% - 10px);
|
||||
height: calc(100% - 30px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -168,7 +168,7 @@ body {
|
||||
}
|
||||
|
||||
.gridGroup:empty {
|
||||
height: 100%;
|
||||
height: calc(100% - 10px);
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user