From 2e4f4ee8711badc9696507e70ca4da6b34b06a37 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Tue, 2 Jul 2024 07:35:52 +0200 Subject: [PATCH] fix astray fe-video --- app/static/scss/_typography.scss | 3 --- app/static/structure.css | 7 ------- app/static/structure.scss | 6 ------ app/static/styles.css | 2 -- 4 files changed, 18 deletions(-) diff --git a/app/static/scss/_typography.scss b/app/static/scss/_typography.scss index f13d5408..22e6455c 100644 --- a/app/static/scss/_typography.scss +++ b/app/static/scss/_typography.scss @@ -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 */ } diff --git a/app/static/structure.css b/app/static/structure.css index 667a2004..5a169b77 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -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; diff --git a/app/static/structure.scss b/app/static/structure.scss index 720f2bd8..7a62e7bc 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -318,12 +318,6 @@ html { top: 0; } - .fe-video { - left: 160px; - top: 0; - padding-top: 1px; - } - img { height: 60px; width: 60px; diff --git a/app/static/styles.css b/app/static/styles.css index 79d44e32..f0dc8833 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -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";