kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
SubNavigation: improve display of DetailedStatus
rodzic
8c1d6ab195
commit
f8bd87c57f
|
@ -595,7 +595,7 @@ class Status extends ImmutablePureComponent {
|
||||||
/>
|
/>
|
||||||
*/}
|
*/}
|
||||||
|
|
||||||
<div ref={this.setRef}>
|
<div ref={this.setRef} className='detailed-status-container'>
|
||||||
{ancestors}
|
{ancestors}
|
||||||
|
|
||||||
<HotKeys handlers={handlers}>
|
<HotKeys handlers={handlers}>
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
.detailed-status__wrapper {
|
.detailed-status__wrapper {
|
||||||
@include standard-panel;
|
@include standard-panel;
|
||||||
margin: 10px 0;
|
margin-bottom: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -159,3 +159,13 @@
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.detailed-status-container {
|
||||||
|
> div:first-child {
|
||||||
|
.status-container .status__wrapper,
|
||||||
|
.detailed-status__wrapper {
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue