mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 01:05:56 +00:00
misc resize handle tweaks
This commit is contained in:
@@ -42,5 +42,10 @@ span.headlineInnerTitle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content-insert {
|
#content-insert {
|
||||||
margin-left : 5px;
|
position : absolute;
|
||||||
|
left : 6px;
|
||||||
|
right : 0px;
|
||||||
|
bottom : 0px;
|
||||||
|
top : 0px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1985,4 +1985,10 @@ div#l_progress_i {
|
|||||||
|
|
||||||
#content-insert {
|
#content-insert {
|
||||||
background-color : white;
|
background-color : white;
|
||||||
|
overflow : auto;
|
||||||
|
position : absolute;
|
||||||
|
left : 0px;
|
||||||
|
right : 0px;
|
||||||
|
bottom : 0px;
|
||||||
|
top : 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user