fix bug 65002

This commit is contained in:
Dmitry-Ilyushechkin
2025-11-17 13:00:04 +03:00
parent f3fe3faee6
commit 587acc311b

View File

@ -64,6 +64,7 @@ dialog {
justify-content: space-between;
padding: 30px 16px 16px 32px;
background: none;
user-select: none;
.rtl &{
padding: 30px 32px 16px 16px;
}
@ -335,3 +336,7 @@ dialog {
}
}
.win_xp &.dlg.dlg-about .body {
-webkit-user-select: text;
}