fix plugins-list line height
This commit is contained in:
parent
68ecf52594
commit
7b0b5b55c7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue