mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-15 16:31:24 -05:00
21 lines
252 B
CSS
21 lines
252 B
CSS
.newerPostsButton {
|
|
position: fixed;
|
|
left: 10%;
|
|
z-index: 5;
|
|
transition: top 0.3s ease-in-out;
|
|
}
|
|
|
|
.resetButton {
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.hideButton {
|
|
cursor: pointer;
|
|
padding: 0px 3px;
|
|
} |