Local timeline: restore column settings
This commit is contained in:
parent
04787678a2
commit
b236e11225
8 changed files with 50 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/ui/components/component_modal.js
Normal file
BIN
app/soapbox/features/ui/components/component_modal.js
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue