#11014 fixed responsive user QR code

This commit is contained in:
Jorge Rincon 2023-09-06 13:59:12 +02:00
parent a67b943c17
commit 64d2d78137
1 changed files with 28 additions and 0 deletions

View File

@ -12566,3 +12566,31 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
.ui-date-range-in > a {
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;
}
}