aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css/common.css
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2019-11-29 13:48:56 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-11-29 13:58:47 -0800
commit6291b598495732d0470bbfb2f26c7025d64e7880 (patch)
treeda7aeb2c44e9c7f00a842317882048a0254a6a43 /ui/static/css/common.css
parenta96e966911dd6c57f8b4c4c7ace65a8a4b9d913c (diff)
Use V to open original link in current tab
- To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V.
Diffstat (limited to 'ui/static/css/common.css')
-rw-r--r--ui/static/css/common.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/static/css/common.css b/ui/static/css/common.css
index 05fb0c0..f275493 100644
--- a/ui/static/css/common.css
+++ b/ui/static/css/common.css
@@ -491,7 +491,7 @@ a.button {
top: 0;
left: 0;
bottom: 0;
- width: 360px;
+ width: 380px;
overflow: auto;
color: var(--modal-color);
background: var(--modal-background);