giteabot backport / giteabot (push) Canceled after 0s
giteabot / giteabot (push) Canceled after 0s
release-nightly / nightly-binary (push) Canceled after 0s
release-nightly / nightly-container (push) Canceled after 0s
cache-seeder / gobuild (push) Canceled after 0s
cache-seeder / lint (bindata, lint-backend) (push) Canceled after 0s
release-nightly-snapcraft / build-and-publish (push) Canceled after 0s
Includes direct password setup links in registration emails. Assisted-by: Codex:GPT-5
45 lines
697 B
CSS
45 lines
697 B
CSS
.list-header {
|
|
display: flex;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
gap: .5rem;
|
|
}
|
|
|
|
.list-header-search {
|
|
display: flex;
|
|
flex: 1;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
min-width: 200px; /* to enable flexbox wrapping on mobile */
|
|
}
|
|
|
|
.list-header-search > .ui.input {
|
|
flex: 1;
|
|
min-width: 100px !important;
|
|
}
|
|
|
|
.list-header-search > .ui.input .ui.dropdown {
|
|
min-width: auto !important;
|
|
}
|
|
|
|
.list-header-filters {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.list-header-filters > .item {
|
|
padding: 5px 0 5px 10px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.list-header-search {
|
|
order: 0;
|
|
}
|
|
.list-header-toggle {
|
|
order: 1;
|
|
}
|
|
.list-header-filters {
|
|
order: 2;
|
|
}
|
|
}
|