mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-03-05 13:30:33 -05:00
add 'more »' link to topbar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user