mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-22 23:27:10 +00:00
floatingTitle-related fixes
This commit is contained in:
31
css/cdm.less
31
css/cdm.less
@@ -216,18 +216,36 @@ div#floatingTitle {
|
||||
border-bottom-width: 1px;
|
||||
background : white;
|
||||
color : @default-text;
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
flex-wrap : nowrap;
|
||||
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
|
||||
|
||||
> * {
|
||||
display : table-cell;
|
||||
align-self: center;
|
||||
white-space : nowrap;
|
||||
vertical-align : middle;
|
||||
padding : 9px 5px;
|
||||
padding : 4px;
|
||||
}
|
||||
|
||||
img {
|
||||
margin-right : 4px;
|
||||
margin-left : 4px;
|
||||
.left, .right {
|
||||
display : flex;
|
||||
|
||||
> * {
|
||||
align-self : center;
|
||||
}
|
||||
|
||||
i.material-icons {
|
||||
margin-left : 2px;
|
||||
font-size : 20px;
|
||||
padding : 2px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
i.anchor {
|
||||
margin-left : 0px;
|
||||
padding : 0px;
|
||||
color : #ccc;
|
||||
}
|
||||
}
|
||||
|
||||
span.author {
|
||||
@@ -284,7 +302,6 @@ div#floatingTitle {
|
||||
white-space : normal;
|
||||
}
|
||||
|
||||
.dijit,
|
||||
img.score-pic {
|
||||
display : none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user