Local timeline: restore column settings

This commit is contained in:
Alex Gleason 2021-10-15 17:11:16 -05:00
parent 04787678a2
commit b236e11225
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
8 changed files with 50 additions and 0 deletions

Binary file not shown.

View file

@ -596,6 +596,45 @@
font-size: 20px;
}
.component-modal {
@include standard-panel;
width: 400px;
max-width: calc(100% - 20px);
}
.column-settings {
width: 100%;
&__header {
border-bottom: 1px solid hsla(var(--primary-text-color_hsl), 0.2);
padding: 10px 20px;
display: flex;
align-items: center;
}
&__title {
font-weight: bold;
color: var(--primary-text-color--faint);
}
&__content {
padding: 10px 20px;
}
&__close {
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
.svg-icon {
width: 20px;
height: 20px;
margin-right: -10px;
}
}
}
.column-settings__outer {
background: var(--brand-color--med);
padding: 15px;

View file

@ -166,6 +166,17 @@
font-weight: bold;
}
&__cog {
display: flex;
align-items: center;
justify-content: center;
.svg-icon {
width: 20px;
height: 20px;
}
}
@media (min-width: 580px) {
border-top-left-radius: 10px;
border-top-right-radius: 10px;