1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove more hacks from toolbar layout

This commit is contained in:
Andrew Dolgov
2018-12-05 10:10:39 +03:00
parent 05200a3840
commit 5b3d5a28f2
5 changed files with 35 additions and 24 deletions

View File

@@ -847,7 +847,6 @@ body.ttrss_main {
border: 0px solid #ddd;
border-bottom-width: 1px;
height : 32px;
line-height : 32px;
display : flex;
flex-direction : row;
flex-wrap : nowrap;
@@ -871,12 +870,23 @@ body.ttrss_main {
.left {
flex-grow: 2;
display : flex;
img {
vertical-align : middle;
margin-right : 8px;
position : relative;
top : -2px;
}
> * {
align-self: center;
}
}
.right {
display : flex;
> * {
align-self : center;
}
}
}
@@ -1021,11 +1031,6 @@ body.ttrss_main {
max-width : 120px;
}
#selected_prompt {
margin-right : 25px;
vertical-align : middle;
}
#filterDlg_feeds select {
height : 150px;
width : 410px;