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;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: #ddd 1px solid;
|
border-bottom: #ddd 1px solid;
|
||||||
line-height: 16px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -1526,7 +1526,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: #222 1px solid;
|
border-bottom: #222 1px solid;
|
||||||
line-height: 16px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -1526,7 +1526,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: #ddd 1px solid;
|
border-bottom: #ddd 1px solid;
|
||||||
line-height: 16px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -126,7 +126,7 @@ body.ttrss_prefs {
|
||||||
display : flex;
|
display : flex;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
border-bottom: @border-default 1px solid;
|
border-bottom: @border-default 1px solid;
|
||||||
line-height : 16px;
|
line-height : 30px;
|
||||||
|
|
||||||
&.text-center {
|
&.text-center {
|
||||||
border : 0;
|
border : 0;
|
||||||
|
|
|
@ -1527,7 +1527,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: #222 1px solid;
|
border-bottom: #222 1px solid;
|
||||||
line-height: 16px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -1527,7 +1527,7 @@ body.ttrss_prefs ul.prefs-plugin-list li {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: #222 1px solid;
|
border-bottom: #222 1px solid;
|
||||||
line-height: 16px;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
body.ttrss_prefs ul.prefs-plugin-list li.text-center {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue