1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 16:25:56 +00:00

fix plugins-list line height

This commit is contained in:
Andrew Dolgov
2021-03-06 20:28:10 +03:00
parent 68ecf52594
commit 7b0b5b55c7
6 changed files with 6 additions and 6 deletions

View File

@@ -1527,7 +1527,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
display: flex;
align-items: center;
border-bottom: #222 1px solid;
line-height: 16px;
line-height: 30px;
}
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
border: 0;