mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
digest: more logical position for close article prompt
This commit is contained in:
@@ -62,7 +62,7 @@ a:hover {
|
||||
#content {
|
||||
position : absolute;
|
||||
left : 0px;
|
||||
top : 0px;
|
||||
top : 30px;
|
||||
right : 0px;
|
||||
bottom : 0px;
|
||||
-webkit-transition: left 0.2s linear, right 0.2s linear;
|
||||
@@ -148,7 +148,7 @@ a:hover {
|
||||
position : absolute;
|
||||
left : 0px;
|
||||
width : 300px;
|
||||
top : 0px;
|
||||
top : -30px;
|
||||
bottom : 0px;
|
||||
font-size : 14px;
|
||||
overflow : auto;
|
||||
@@ -194,7 +194,7 @@ a:hover {
|
||||
font-size : 14px;
|
||||
position : absolute;
|
||||
left : 303px;
|
||||
top : 30px;
|
||||
top : 0px;
|
||||
bottom : 0px;
|
||||
right : 0px;
|
||||
overflow : auto;
|
||||
|
||||
Reference in New Issue
Block a user