hopefully fixed the scss
This commit is contained in:
parent
4d0e95ebf1
commit
aada5e844c
|
@ -1,6 +1,6 @@
|
|||
# Fediring
|
||||
<a href="https://fediring.net/">Fediring</a>
|
||||
<div style="display:flex; flex-flow: row wrap;">
|
||||
<div class="fring">
|
||||
<a class="fring-button" href="https://fediring.net/previous?host=nexie.net">◄</a>
|
||||
<a class="fring-button" href="https://fediring.net/random">Random</a>
|
||||
<a class="fring-button" href="https://fediring.net/next?host=nexie.net">►</a>
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
@use "./base.scss";
|
||||
|
||||
// put your custom CSS here!
|
||||
.fring-button {
|
||||
.fring {
|
||||
display:flex;
|
||||
flex-flow: row wrap;
|
||||
.fring-button {
|
||||
text-size: 0.9rem !important;
|
||||
border-radius: 16px !important;
|
||||
border:none !important;
|
||||
|
@ -13,11 +16,12 @@
|
|||
height: fit-content !important;
|
||||
cursor:pointer !important;
|
||||
|
||||
> svg {
|
||||
svg {
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
&:hover{
|
||||
background-color: rgba(100,100,100, 0.5) !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue