mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
fix astray fe-video
This commit is contained in:
parent
47dd776ca6
commit
2e4f4ee871
4 changed files with 0 additions and 18 deletions
|
@ -306,7 +306,6 @@ h1 {
|
|||
.fe-video {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
&:before {
|
||||
content: "\ea05";
|
||||
}
|
||||
|
@ -315,7 +314,6 @@ h1 {
|
|||
.fe-audio {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
left: 0;
|
||||
&:before {
|
||||
content: "\e9fc";
|
||||
}
|
||||
|
@ -324,7 +322,6 @@ h1 {
|
|||
.fe-poll {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
&:before {
|
||||
content: "\e91b"; /* possibly e985 */
|
||||
}
|
||||
|
|
|
@ -333,7 +333,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
|||
.fe-video {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
}
|
||||
.fe-video:before {
|
||||
content: "\ea05";
|
||||
|
@ -351,7 +350,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
|||
.fe-poll {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
}
|
||||
.fe-poll:before {
|
||||
content: "\e91b";
|
||||
|
@ -724,11 +722,6 @@ fieldset legend {
|
|||
border-radius: 2px;
|
||||
top: 0;
|
||||
}
|
||||
.post_list .post_teaser .thumbnail .fe-video {
|
||||
left: 160px;
|
||||
top: 0;
|
||||
padding-top: 1px;
|
||||
}
|
||||
.post_list .post_teaser .thumbnail img {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
|
|
|
@ -318,12 +318,6 @@ html {
|
|||
top: 0;
|
||||
}
|
||||
|
||||
.fe-video {
|
||||
left: 160px;
|
||||
top: 0;
|
||||
padding-top: 1px;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
|
|
|
@ -332,7 +332,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
|||
.fe-video {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
}
|
||||
.fe-video:before {
|
||||
content: "\ea05";
|
||||
|
@ -350,7 +349,6 @@ h1 .fe-bell, h1 .fe-no-bell {
|
|||
.fe-poll {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
left: 1px;
|
||||
}
|
||||
.fe-poll:before {
|
||||
content: "\e91b";
|
||||
|
|
Loading…
Reference in a new issue