Right Column: Fix styles (#6239)
This commit is contained in:
parent
8b1358dd8b
commit
fbf753243d
@ -122,6 +122,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
.section-info_push {
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.align-checkbox-with-list-buttons {
|
||||
padding-inline-start: 4.25rem;
|
||||
}
|
||||
|
||||
#Main.right-column-shown & {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@ -446,6 +446,7 @@ const ManageGroup: FC<OwnProps & StateProps> = ({
|
||||
{!isPublicGroup && !hasLinkedChannel && Boolean(chatFullInfo) && (
|
||||
<div className="ListItem narrow" ref={isPreHistoryHiddenCheckboxRef}>
|
||||
<Checkbox
|
||||
className="align-checkbox-with-list-buttons"
|
||||
checked={!chatFullInfo.isPreHistoryHidden}
|
||||
label={lang('ChatHistory')}
|
||||
onChange={handleTogglePreHistory}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user