mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 23:10:44 +00:00
added a button to turn auto tail on/off
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user