mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:22 +08:00
FIX: progress bar popup was misaligned
This commit is contained in:
parent
266f3591ce
commit
bcb070f1ca
|
@ -123,11 +123,10 @@ a:hover.reply-new {
|
|||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
padding: 5px;
|
||||
background: $secondary;
|
||||
@include box-shadow(0 0px 2px rgba(0,0,0, .2));
|
||||
|
||||
position: relative;
|
||||
left: 345px;
|
||||
width: 133px;
|
||||
width: 135px;
|
||||
padding: 5px;
|
||||
|
||||
button.full {
|
||||
|
|
|
@ -64,11 +64,10 @@
|
|||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
padding: 5px;
|
||||
background: $secondary;
|
||||
box-shadow: 0 0px 2px rgba(0,0,0, .2);
|
||||
|
||||
position: absolute;
|
||||
bottom: 34px;
|
||||
width: 133px;
|
||||
width: 135px;
|
||||
|
||||
button.full {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user