mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 14:21:52 +00:00
instead of doing magic on scroll events, move the button to the bottom of the stdout pre.
This commit is contained in:
@@ -1083,15 +1083,13 @@ ul.account-radio-group li img {
|
||||
word-break: break-all;
|
||||
}
|
||||
#follow {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
float: right;
|
||||
right: 1em;
|
||||
top: .5em;
|
||||
top: -2.5em;
|
||||
padding: 0 1em;
|
||||
border-radius: 7px;
|
||||
background: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
#follow-container {
|
||||
position: relative;
|
||||
}
|
||||
|
@@ -1273,17 +1273,15 @@ pre {
|
||||
}
|
||||
|
||||
#follow {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
float: right;
|
||||
right: 1em;
|
||||
top: .5em;
|
||||
top: -2.5em;
|
||||
padding: 0 1em;
|
||||
border-radius: 7px;
|
||||
background: #999;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#follow-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user