From 147c9a02e1673e72e08e58ffbc6f7caf31381a8a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 11 Aug 2015 19:02:59 +1000 Subject: [PATCH] fix star to top right --- aqt/reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 9bdfc749b..ccfd91e12 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -337,7 +337,7 @@ The front of this card is empty. Please run Tools>Empty Cards.""") hr { background-color:#ccc; margin: 1em; } body { margin:1.5em; } img { max-width: 95%; max-height: 95%; } -.marked { position:absolute; right: 7px; top: 7px; display: none; } +.marked { position:fixed; right: 7px; top: 7px; display: none; } #typeans { width: 100%; } .typeGood { background: #0f0; } .typeBad { background: #f00; }