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:
parent
cecc18420d
commit
70b513b8db
2 changed files with 18 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue