add 'more »' link to topbar

This commit is contained in:
teddit
2021-01-17 17:44:57 +01:00
parent 3e01937247
commit a26255c6ca
3 changed files with 24 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ a:hover, a:focus {
width: 100%;
float: left;
overflow: hidden;
position: relative;
}
.upvotes .arrow, .score .arrow {
background: url(/css/sprite.png);
@@ -581,6 +582,19 @@ footer a {
float: left;
width: calc(100% - 120px);
}
.explore#links .link .description {
font-size: 0.86rem;
}
#sr-more-link {
color: black;
background-color: #f0f0f0;
position: absolute;
right: 0;
top: 0;
padding: 0px 15px 0px 15px;
margin: 3px 0px;
font-weight: bold;
}
/* POST */
#post {