mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 14:17:11 +00:00
article note format updates
This commit is contained in:
@@ -80,15 +80,18 @@ body.ttrss_main div.post div.content iframe {
|
||||
min-width: 50%;
|
||||
max-width: 98%;
|
||||
}
|
||||
body.ttrss_main div.articleNote {
|
||||
body.ttrss_main .article-note {
|
||||
background-color: #fff7d5;
|
||||
padding: 5px;
|
||||
margin: 5px;
|
||||
border: 1px solid #e7d796;
|
||||
color: #9a8c59;
|
||||
display: flex;
|
||||
}
|
||||
body.ttrss_main div.articleNote div.noteEdit {
|
||||
float: right;
|
||||
body.ttrss_main .article-note > * {
|
||||
align-self: center;
|
||||
padding: 5px;
|
||||
}
|
||||
body.ttrss_main .article-note.editable {
|
||||
cursor: pointer;
|
||||
}
|
||||
body.ttrss_main h1 {
|
||||
|
||||
Reference in New Issue
Block a user