toodego: display login blocks horizontally (#79156)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-06-28 09:08:37 +02:00
parent d4a55b719b
commit 2beee3ff88
1 changed files with 4 additions and 1 deletions

View File

@ -1227,7 +1227,10 @@ table.allowed-vehicles {
// login page
#content div#login-page {
display: flex;
flex-direction: column;
flex-direction: row;
@media screen and (max-width: $desktop-limit) {
flex-direction: column;
}
div.block-oidc,
div.block-password {
width: 100%;