mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 23:51:28 +00:00
fix hlLeft img size to prevent layout moving on load
This commit is contained in:
@@ -1147,7 +1147,11 @@ div.hlLeft input {
|
|||||||
|
|
||||||
div.hlLeft img, div.hlRight img {
|
div.hlLeft img, div.hlRight img {
|
||||||
margin : 0px 4px 0px 4px;
|
margin : 0px 4px 0px 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.hlLeft img {
|
||||||
|
width : 16px;
|
||||||
|
height : 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fatalError {
|
div.fatalError {
|
||||||
|
|||||||
Reference in New Issue
Block a user