Commit f63652f1af5ecf764567aa824903b2a42f0903f9
1 parent
fa9bf0bc
Exists in
master
and in
5 other branches
fix pairwise spinner
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -2447,6 +2447,10 @@ input.button.with-text { |
| 2447 | 2447 | padding: 0.5em 1em; |
| 2448 | 2448 | } |
| 2449 | 2449 | /*Pairwise*/ |
| 2450 | +.action-home-index div.pairwise_main .spinner { | |
| 2451 | + width: 94%; | |
| 2452 | +} | |
| 2453 | + | |
| 2450 | 2454 | .pairwise-plugin_pairwise-content #article-header .title { |
| 2451 | 2455 | display: none; |
| 2452 | 2456 | } | ... | ... |