File tree Expand file tree Collapse file tree
files/keycloak-theme/interviewmate/login/resources/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ prometheus:
3131 resources :
3232 limits :
3333 cpu : 300m
34- memory : 320Mi
34+ memory : 192Mi
3535
3636grafana :
3737 resources :
4444 resources :
4545 limits :
4646 cpu : 300m
47- memory : 320Mi
47+ memory : 192Mi
4848
4949alloy :
5050 alloy :
Original file line number Diff line number Diff line change @@ -379,51 +379,34 @@ a:hover {
379379
380380@media (max-width : 520px ) {
381381 .pf-v5-c-login__container {
382- padding : 16px ;
383- }
384-
385- .pf-v5-c-login__main {
386- width : calc (100vw - 32px );
387- height : calc (100vh - 32px );
388- min-height : 0 ;
389- max-height : none;
390- padding : 60px 20px 20px ;
391- border-width : 10px ;
392- }
393-
394- # kc-page-title {
395- font-size : 1.72rem ;
396- }
397-
398- # kc-page-title ::after {
399- max-width : 190px ;
400- font-size : 0.82rem ;
401- }
402-
403- /* Registration is taller than the other authentication screens. On phones,
404- present it as a full page instead of placing it inside the phone frame. */
405- body : has (# kc-register-form ) .pf-v5-c-login {
406- place-items : start center;
407- }
408-
409- body : has (# kc-register-form ) .pf-v5-c-login__container {
410- padding : 0 ;
411382 min-height : 100dvh ;
383+ padding : 0 ;
412384 align-items : flex-start;
413385 }
414386
415- body : has ( # kc-register-form ) .pf-v5-c-login__main {
387+ .pf-v5-c-login__main {
416388 width : 100% ;
417389 height : auto;
418390 min-height : 100dvh ;
391+ max-height : none;
419392 padding : 32px 20px 24px ;
420393 border : 0 ;
421394 border-radius : 0 ;
422395 overflow-y : visible;
423396 box-shadow : none;
424397 }
425398
426- body : has ( # kc-register-form ) .pf-v5-c-login__main ::before {
399+ .pf-v5-c-login__main ::before {
427400 display : none;
428401 }
402+
403+ # kc-page-title {
404+ font-size : 1.72rem ;
405+ }
406+
407+ # kc-page-title ::after {
408+ max-width : 190px ;
409+ font-size : 0.82rem ;
410+ }
411+
429412}
Original file line number Diff line number Diff line change 1616 memory : 512Mi
1717 limits :
1818 cpu : 500m
19- memory : 1280Mi
19+ memory : 1536Mi
2020
2121monitoring :
2222 rancherServiceMonitors :
You can’t perform that action at this time.
0 commit comments