Fix big date separators when jump to date is enabled (#10404)
Fix https://github.com/vector-im/element-web/issues/22969
This commit is contained in:
parent
5b2e12ca0c
commit
7a68bd9cef
5 changed files with 47 additions and 19 deletions
|
@ -30,9 +30,13 @@ limitations under the License.
|
|||
border-bottom: 1px solid $menu-selected-color;
|
||||
}
|
||||
|
||||
.mx_DateSeparator > h2 {
|
||||
margin: 0 25px;
|
||||
.mx_DateSeparator_dateContent {
|
||||
padding: 0 25px;
|
||||
}
|
||||
|
||||
.mx_DateSeparator_dateHeading {
|
||||
flex: 0 0 auto;
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
font-weight: inherit;
|
||||
color: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue