mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:35:55 +00:00
fix plugins-list line height
This commit is contained in:
@@ -1526,7 +1526,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: #ddd 1px solid;
|
||||
line-height: 16px;
|
||||
line-height: 30px;
|
||||
}
|
||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||
border: 0;
|
||||
|
||||
@@ -1526,7 +1526,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;
|
||||
|
||||
@@ -1526,7 +1526,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-bottom: #ddd 1px solid;
|
||||
line-height: 16px;
|
||||
line-height: 30px;
|
||||
}
|
||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||
border: 0;
|
||||
|
||||
@@ -126,7 +126,7 @@ body.ttrss_prefs {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
border-bottom: @border-default 1px solid;
|
||||
line-height : 16px;
|
||||
line-height : 30px;
|
||||
|
||||
&.text-center {
|
||||
border : 0;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user