fix astray fe-video

This commit is contained in:
Hendrik L 2024-07-02 07:35:52 +02:00
parent 47dd776ca6
commit 2e4f4ee871
4 changed files with 0 additions and 18 deletions

View file

@ -306,7 +306,6 @@ h1 {
.fe-video { .fe-video {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
&:before { &:before {
content: "\ea05"; content: "\ea05";
} }
@ -315,7 +314,6 @@ h1 {
.fe-audio { .fe-audio {
position: relative; position: relative;
top: 1px; top: 1px;
left: 0;
&:before { &:before {
content: "\e9fc"; content: "\e9fc";
} }
@ -324,7 +322,6 @@ h1 {
.fe-poll { .fe-poll {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
&:before { &:before {
content: "\e91b"; /* possibly e985 */ content: "\e91b"; /* possibly e985 */
} }

View file

@ -333,7 +333,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-video { .fe-video {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
} }
.fe-video:before { .fe-video:before {
content: "\ea05"; content: "\ea05";
@ -351,7 +350,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-poll { .fe-poll {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
} }
.fe-poll:before { .fe-poll:before {
content: "\e91b"; content: "\e91b";
@ -724,11 +722,6 @@ fieldset legend {
border-radius: 2px; border-radius: 2px;
top: 0; top: 0;
} }
.post_list .post_teaser .thumbnail .fe-video {
left: 160px;
top: 0;
padding-top: 1px;
}
.post_list .post_teaser .thumbnail img { .post_list .post_teaser .thumbnail img {
height: 60px; height: 60px;
width: 60px; width: 60px;

View file

@ -318,12 +318,6 @@ html {
top: 0; top: 0;
} }
.fe-video {
left: 160px;
top: 0;
padding-top: 1px;
}
img { img {
height: 60px; height: 60px;
width: 60px; width: 60px;

View file

@ -332,7 +332,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-video { .fe-video {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
} }
.fe-video:before { .fe-video:before {
content: "\ea05"; content: "\ea05";
@ -350,7 +349,6 @@ h1 .fe-bell, h1 .fe-no-bell {
.fe-poll { .fe-poll {
position: relative; position: relative;
top: 2px; top: 2px;
left: 1px;
} }
.fe-poll:before { .fe-poll:before {
content: "\e91b"; content: "\e91b";