Moved out significant part of url auth box to td_ui.

This commit is contained in:
23rd
2026-01-27 09:41:08 +03:00
committed by John Preston
parent 7a573bf809
commit 89e750a6aa
6 changed files with 451 additions and 393 deletions
+7
View File
@@ -814,6 +814,13 @@ urlAuthCheckboxAbout: FlatLabel(defaultPeerListAbout) {
font: font(12px);
}
}
urlAuthBoxRowTopLabel: FlatLabel(boxLabel) {
maxHeight: 30px;
}
urlAuthBoxRowBottomLabel: FlatLabel(defaultFlatLabel) {
textFg: windowSubTextFg;
maxHeight: 30px;
}
addContactFieldMargin: margins(19px, 0px, 19px, 10px);
addContactWarningMargin: margins(19px, 10px, 19px, 5px);