18 lines
163 B
CSS
Raw Normal View History

2024-11-04 12:41:18 +01:00
.manifest-fetch {
flex: 1;
2024-10-23 17:11:26 +02:00
display: flex;
2024-11-04 12:41:18 +01:00
gap: 16px;
2024-10-23 17:11:26 +02:00
2024-11-04 12:41:18 +01:00
.input {
flex: 1;
input {
width: 100%;
}
}
2024-10-23 17:11:26 +02:00
2024-11-04 12:41:18 +01:00
.button {
width: 105px;
}
2024-10-23 17:11:26 +02:00
}