Release 0.0.14
This commit is contained in:
@@ -120,13 +120,14 @@
|
||||
|
||||
.storage-audit__actions {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.75rem;
|
||||
align-items: stretch;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
max-width: 18rem;
|
||||
justify-self: end;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.storage-audit__actions .button {
|
||||
@@ -138,6 +139,7 @@
|
||||
padding: 0.62rem 0.95rem;
|
||||
font-weight: 700;
|
||||
min-height: 2.55rem;
|
||||
flex: 0 1 16rem;
|
||||
}
|
||||
|
||||
.storage-audit__actions .button[disabled] {
|
||||
@@ -283,8 +285,11 @@
|
||||
@media (max-width: 1100px) {
|
||||
.storage-audit__actions {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
justify-self: stretch;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.storage-audit__actions .button {
|
||||
flex: 1 1 14rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user