mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
style and place footer links
This commit is contained in:
parent
d867f9c57b
commit
248e22cf6c
@ -218,7 +218,7 @@ class ColumnsArea extends ImmutablePureComponent {
|
||||
|
||||
return (
|
||||
<div className='columns-area__panels'>
|
||||
<LinkFooter withHotkeys />
|
||||
|
||||
<div className='columns-area__panels__pane columns-area__panels__pane--compositional'>
|
||||
<div className='columns-area__panels__pane__inner'>
|
||||
<ComposePanel />
|
||||
@ -235,7 +235,7 @@ class ColumnsArea extends ImmutablePureComponent {
|
||||
<NavigationPanel />
|
||||
</div >
|
||||
</div >
|
||||
|
||||
<LinkFooter withHotkeys />
|
||||
{floatingActionButton}
|
||||
</div >
|
||||
);
|
||||
|
@ -2319,6 +2319,7 @@ a.account__display-name {
|
||||
flex-direction: column;
|
||||
height: calc(100% - 10px);
|
||||
overflow-y: hidden;
|
||||
z-index:1;
|
||||
|
||||
.navigation-bar {
|
||||
padding-top: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user