2024-11-04 12:41:18 +01:00

18 lines
163 B
CSS

.manifest-fetch {
flex: 1;
display: flex;
gap: 16px;
.input {
flex: 1;
input {
width: 100%;
}
}
.button {
width: 105px;
}
}