fix bug: invisible progress bar
This commit is contained in:
parent
3bd736d283
commit
282486a364
1 changed files with 3 additions and 3 deletions
|
@ -2885,10 +2885,10 @@ footer {
|
||||||
|
|
||||||
.article-attachment {
|
.article-attachment {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: -4px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
height: 38px;
|
height: 42px;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
color: #b3b3b3;
|
color: #b3b3b3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -2954,7 +2954,7 @@ footer {
|
||||||
height: 4px;
|
height: 4px;
|
||||||
background: hsl(202,66%,55%);
|
background: hsl(202,66%,55%);
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: -5px;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pop-selector {
|
.pop-selector {
|
||||||
|
|
Loading…
Reference in a new issue