mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
Merge pull request #996 from XcrossD/master
Update LeftMenuFooter style
This commit is contained in:
commit
8bce274496
@ -17,8 +17,10 @@ defineMessages(messages);
|
||||
function LeftMenuFooter({ version }) { // eslint-disable-line react/prefer-stateless-function
|
||||
return (
|
||||
<div className={styles.leftMenuFooter}>
|
||||
<FormattedMessage {...messages.poweredBy} />
|
||||
<a href="https://strapi.io" target="_blank">v{version}</a>
|
||||
<div>
|
||||
<FormattedMessage {...messages.poweredBy} />
|
||||
<a href="https://strapi.io" target="_blank">v{version}</a>
|
||||
</div>
|
||||
<LocaleToggle />
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -3,7 +3,9 @@
|
||||
|
||||
.leftMenuFooter { /* stylelint-disable */
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
width: calc(100% - 2 * 15px);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
bottom: 0;
|
||||
height: 3rem;
|
||||
padding-left: 15px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user