This commit is contained in:
parent
7d8baa1da3
commit
e3cda9faf4
@ -46,3 +46,31 @@ span#favs {
|
|||||||
background-color: unset;
|
background-color: unset;
|
||||||
border: unset;
|
border: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
._204863 {
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media-object {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.v0ck {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
height: 100%;
|
||||||
|
display: grid;
|
||||||
|
justify-content: right;
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
grid-template-rows: auto auto auto;
|
||||||
|
width: 100%;
|
||||||
|
background: #14755e0a;
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main {
|
||||||
|
grid-row: 2;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user