mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
article note format updates
This commit is contained in:
@@ -81,19 +81,23 @@ body.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
div.articleNote {
|
||||
.article-note {
|
||||
background-color : #fff7d5;
|
||||
padding : 5px;
|
||||
margin : 5px;
|
||||
border: 1px solid #e7d796;
|
||||
color : #9a8c59;
|
||||
display : flex;
|
||||
|
||||
div.noteEdit {
|
||||
float : right;
|
||||
cursor : pointer;
|
||||
> * {
|
||||
align-self : center;
|
||||
padding : 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.article-note.editable {
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size : 18px;
|
||||
font-weight : 600;
|
||||
|
||||
Reference in New Issue
Block a user