mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add bookmarklet
This commit is contained in:
parent
1bc43ec2bc
commit
6690f6a70e
26 changed files with 244 additions and 48 deletions
|
@ -659,3 +659,18 @@ a.button {
|
|||
.loading {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* Bookmarlet */
|
||||
.bookmarklet {
|
||||
border: 1px dashed #ccc;
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
margin: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bookmarklet a {
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue