mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
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:
commit
8dc5e7b745
4 changed files with 0 additions and 18 deletions
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue