mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
🎨 style of footer links
This commit is contained in:
parent
ae01721505
commit
8ffaaa316e
@ -108,7 +108,7 @@ class LinkFooter extends React.PureComponent {
|
|||||||
const navToTags = HashTagNavlinks.map(element => {
|
const navToTags = HashTagNavlinks.map(element => {
|
||||||
return (
|
return (
|
||||||
<li
|
<li
|
||||||
className='tag-element btn-small btn'
|
className='tag-element'
|
||||||
key={element}
|
key={element}
|
||||||
>
|
>
|
||||||
|
|
||||||
@ -167,14 +167,7 @@ class LinkFooter extends React.PureComponent {
|
|||||||
)}
|
)}
|
||||||
{isStaff && (
|
{isStaff && (
|
||||||
<span className='staff-actions'>
|
<span className='staff-actions'>
|
||||||
<NavLink
|
|
||||||
exact
|
|
||||||
activeClassName='active'
|
|
||||||
to={'/tk-example/'}
|
|
||||||
title='tk example link'
|
|
||||||
>
|
|
||||||
example link
|
|
||||||
</NavLink >
|
|
||||||
<a
|
<a
|
||||||
className='btn-warning'
|
className='btn-warning'
|
||||||
href='/admin/tags?pending_review=1'
|
href='/admin/tags?pending_review=1'
|
||||||
|
@ -136,14 +136,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.getting-started__footer {
|
*|*:link, *|*:visited {
|
||||||
|
color: $ui-primary-color !important;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $ui-highlight-color !important;
|
||||||
|
background: $dark-text-color !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.getting-started__footer,
|
||||||
|
.links-started__footer {
|
||||||
display: block;
|
display: block;
|
||||||
//position: fixed;
|
//position: fixed;
|
||||||
//bottom: 0;
|
//bottom: 0;
|
||||||
//left: 1em;
|
//left: 1em;
|
||||||
//width: 268px;
|
//width: 268px;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
text-align: right;
|
font-size: 0.85em;
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
margin-right: 1ch;
|
margin-right: 1ch;
|
||||||
@ -154,8 +164,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin: 0.15rem 0;
|
list-style-type: none;
|
||||||
display: inline-block
|
padding: 0.15rem 0;
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
|
|
||||||
|
&.tag-element, a {
|
||||||
|
color: $ui-primary-color !important;
|
||||||
|
padding: 0.25em;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $ui-highlight-color !important;
|
||||||
|
background: $dark-text-color !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
@ -165,4 +187,5 @@
|
|||||||
a {
|
a {
|
||||||
margin-left: 2ch;
|
margin-left: 2ch;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -817,8 +817,8 @@ input,
|
|||||||
.links-started__footer {
|
.links-started__footer {
|
||||||
a, li {
|
a, li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
margin-right: 2ch;
|
margin-right: 2ch;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user