UI changes, attachment page redesign
This commit is contained in:
@@ -452,3 +452,22 @@
|
||||
transform: translate(-50%, 0);
|
||||
transition-delay: .35s, .35s, .35s;
|
||||
}
|
||||
.field-with-action {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.field-with-action input,
|
||||
.field-with-action select,
|
||||
.field-with-action textarea {
|
||||
flex: 1 1 auto;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.field-with-action button,
|
||||
.field-with-action .button {
|
||||
flex: 0 0 auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user