1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

feat(ui): display external URL in single entry view

Display the article's external URL directly in the single entry view.

Rationale: On mobile devices, users couldn't see where a link pointed before tapping it.
Previously, the only way to view the external URL was by hovering - an action not available on touch devices.
This commit is contained in:
Frédéric Guillot 2025-06-09 21:06:29 -07:00
parent cecc18420d
commit 70b513b8db
2 changed files with 18 additions and 13 deletions

View file

@ -1227,6 +1227,12 @@ details.entry-enclosures {
max-width: 100%;
}
.entry-external-link {
font-size: 0.8em;
margin-top: 10px;
margin-bottom: 10px;
}
/* Confirmation */
.confirm {
font-weight: 500;