mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 23:35:56 +00:00
subtoolbar is now sticky
This commit is contained in:
15
tt-rss.css
15
tt-rss.css
@@ -1285,7 +1285,7 @@ div.headlines_normal {
|
||||
height : 305px;
|
||||
top : 85px;
|
||||
right : 0px;
|
||||
overflow : auto;
|
||||
overflow : hidden;
|
||||
font-size : small;
|
||||
border-collapse : collapse;
|
||||
}
|
||||
@@ -1337,3 +1337,16 @@ div.headlines_cdm {
|
||||
margin-left : 1px;
|
||||
background-color : white;
|
||||
}
|
||||
|
||||
#headlineActionsTop {
|
||||
/* border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #c0c0c0;
|
||||
background-color : #fafafa; */
|
||||
font-size : x-small;
|
||||
}
|
||||
|
||||
#headlinesInnerContainer {
|
||||
height : 280px;
|
||||
overflow : auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user