Merge pull request 'css fix' (#242) from h3ndrik/pyfedi:mobile into main

Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/242
This commit is contained in:
rimu 2024-07-03 13:13:57 +00:00
commit 8dc5e7b745
4 changed files with 0 additions and 18 deletions

View file

@ -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 */
}

View file

@ -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;

View file

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

View file

@ -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";