diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 3bb55fbf37..1453289d08 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -12896,6 +12896,34 @@ tr.shown td.details-control { background-color: #81b92e3b !important; } +@media screen and (min-width: 1190px) and (max-width: 1290px) { + #api_qrcode_display { + left: 580px; + } +} + +@media screen and (min-width: 1143px) and (max-width: 1189px) { + #api_qrcode_display { + left: 528px; + } +} + +@media screen and (min-width: 860px) and (max-width: 1142px) { + #api_qrcode_display { + left: 356px; + top: 120px; + } + + .font-title-font { + line-height: 0; + } + + #qr_code_agent_view > img { + width: 250px; + height: 250px; + } +} + .ui-dialog .tips_header.ui-dialog-titlebar { height: fit-content !important; }