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 & {
|
#Main.right-column-shown & {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -446,6 +446,7 @@ const ManageGroup: FC<OwnProps & StateProps> = ({
|
|||||||
{!isPublicGroup && !hasLinkedChannel && Boolean(chatFullInfo) && (
|
{!isPublicGroup && !hasLinkedChannel && Boolean(chatFullInfo) && (
|
||||||
<div className="ListItem narrow" ref={isPreHistoryHiddenCheckboxRef}>
|
<div className="ListItem narrow" ref={isPreHistoryHiddenCheckboxRef}>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
|
className="align-checkbox-with-list-buttons"
|
||||||
checked={!chatFullInfo.isPreHistoryHidden}
|
checked={!chatFullInfo.isPreHistoryHidden}
|
||||||
label={lang('ChatHistory')}
|
label={lang('ChatHistory')}
|
||||||
onChange={handleTogglePreHistory}
|
onChange={handleTogglePreHistory}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user