mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 14:01:30 +00:00
attempt to fix annoying shifting of feedTree elements while hover changes
This commit is contained in:
15
tt-rss.css
15
tt-rss.css
@@ -787,10 +787,6 @@ div.fatalError textarea {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
||||
#feedTree {
|
||||
overflow : visible;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
padding : 0px;
|
||||
border-color : #88b0f0;
|
||||
@@ -1028,3 +1024,14 @@ div.hl.active a.title {
|
||||
#selected_prompt {
|
||||
margin-right : 25px;
|
||||
}
|
||||
|
||||
#feedTree .dijitTreeRow, #feedTree .dijitTreeNode, #feedTree .dijitFocused {
|
||||
padding : 1px 0px 1px;
|
||||
border-width : 1px;
|
||||
border-color : transparent;
|
||||
}
|
||||
|
||||
#feedTree {
|
||||
height : 100%;
|
||||
overflow-x : hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user