Fix favicons height

This commit is contained in:
silvus 2015-01-11 01:48:25 +01:00
parent a45d69dee4
commit d3a275616e
4 changed files with 22 additions and 11378 deletions

File diff suppressed because one or more lines are too long

View File

@ -49,18 +49,18 @@ span {
&:before {
content: " @{icon-bracket-open}";
}
&:after {
content: "@{icon-bracket-close}";
}
}
}
&.items-count {
&:before {
content: "@{icon-bracket-open}";
}
&:after {
content: "@{icon-bracket-close}";
}
@ -69,7 +69,7 @@ span {
// Loading
.loading-icon:before {
content: "@{icon-loading}";
content: "@{icon-loading}";
animation-name: blinker;
-webkit-animation-name: blinker; /* Chrome, Safari, Opera */
animation-duration: 500ms;
@ -212,13 +212,13 @@ article {
content: "@{icon-read}";
}
}
&[data-item-bookmark="1"] {
.bookmark-icon:before {
content: "@{icon-bookmarked}";
}
}
&[data-item-bookmark="0"] {
.item-infos {
.bookmark-icon:before {
@ -242,6 +242,10 @@ article.item,
&:extend(.panel all, .panel-default all);
position: relative;
padding: 10px;
.favicon {
height: 16px;
}
}
article.item h1,

File diff suppressed because one or more lines are too long

View File

@ -49,18 +49,18 @@ span {
&:before {
content: " @{icon-bracket-open}";
}
&:after {
content: "@{icon-bracket-close}";
}
}
}
&.items-count {
&:before {
content: "@{icon-bracket-open}";
}
&:after {
content: "@{icon-bracket-close}";
}
@ -69,7 +69,7 @@ span {
// Loading
.loading-icon:before {
content: "@{icon-loading}";
content: "@{icon-loading}";
animation-name: blinker;
-webkit-animation-name: blinker; /* Chrome, Safari, Opera */
animation-duration: 500ms;
@ -212,13 +212,13 @@ article {
content: "@{icon-read}";
}
}
&[data-item-bookmark="1"] {
.bookmark-icon:before {
content: "@{icon-bookmarked}";
}
}
&[data-item-bookmark="0"] {
.item-infos {
.bookmark-icon:before {
@ -242,6 +242,10 @@ article.item,
&:extend(.panel all, .panel-default all);
position: relative;
padding: 10px;
.favicon {
height: 16px;
}
}
article.item h1,