diff --git a/docker-compose.yml b/docker-compose.yml index 3b83887..529dee7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,6 +13,5 @@ services: - --spi-theme-static-max-age=-1 - --spi-theme-cache-themes=false - --spi-theme-cache-templates=false - - --spi-theme-login-theme=vshn volumes: - ./theme:/opt/keycloak/themes/vshn:ro diff --git a/theme/login/resources/css/styles.css b/theme/login/resources/css/styles.css index 6be6966..2bf1c74 100644 --- a/theme/login/resources/css/styles.css +++ b/theme/login/resources/css/styles.css @@ -157,6 +157,11 @@ flex-direction: column; gap: 1rem; width: 100%; + list-style-type: none; +} + +.social-account-list a{ + width: 100%; } #social-google {