added a button to turn auto tail on/off

This commit is contained in:
Martin Bruse
2014-02-27 10:28:24 +00:00
parent 80c42309d3
commit 0c9a9f6d63
3 changed files with 57 additions and 3 deletions

View File

@@ -1082,3 +1082,16 @@ ul.account-radio-group li img {
.url {
word-break: break-all;
}
#follow {
position: absolute;
z-index: 1000;
right: 1em;
top: .5em;
padding: 0 1em;
border-radius: 7px;
background: #999;
cursor: pointer;
}
#follow-container {
position: relative;
}

View File

@@ -1271,3 +1271,19 @@ pre {
.url {
word-break: break-all;
}
#follow {
position: absolute;
z-index: 1000;
right: 1em;
top: .5em;
padding: 0 1em;
border-radius: 7px;
background: #999;
cursor: pointer;
}
#follow-container {
position: relative;
}