1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

render list of plugins on the client

This commit is contained in:
Andrew Dolgov
2021-03-06 18:14:25 +03:00
parent 217922899d
commit 473ea6255c
8 changed files with 398 additions and 203 deletions
+45
View File
@@ -112,6 +112,51 @@ body.ttrss_prefs {
}
}
ul.prefs-plugin-list {
margin : 0;
padding : 0;
li {
display : flex;
align-items : center;
line-height : 30px;
border-bottom: @border-default 1px solid;
> * {
padding : 4px;
}
label.checkbox {
display : flex;
align-items : center;
min-width : 200px;
margin-right : 16px;
cursor : pointer;
&.system {
cursor : auto;
}
.name {
flex-grow: 2;
display: inline-block;
text-align: right;
font-weight : bold;
}
}
.actions {
flex-grow : 2;
text-align: right;
}
.version {
min-width: 200px;
text-align: right;
}
}
}
.plugin-installer-list {
.plugin-installed {
opacity : 0.5;