summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authormeow <woem>2022-06-06 21:51:47 +0300
committermeow <woem>2022-06-06 21:51:47 +0300
commit38eb4ccbc4eccdcddf0b3a18718475312ac7dd23 (patch)
treead645d093dca50f6cf0f8bfee8bfbc26b49210d5 /assets
parenta57414307e3d11f230e9953fbc4d641cecceb024 (diff)
downloadinvidious-38eb4ccbc4eccdcddf0b3a18718475312ac7dd23.tar.gz
invidious-38eb4ccbc4eccdcddf0b3a18718475312ac7dd23.tar.bz2
invidious-38eb4ccbc4eccdcddf0b3a18718475312ac7dd23.zip
CSS. Small IE11 fixes
Diffstat (limited to 'assets')
-rw-r--r--assets/css/search.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/css/search.css b/assets/css/search.css
index 448a7512..7036fd28 100644
--- a/assets/css/search.css
+++ b/assets/css/search.css
@@ -68,7 +68,10 @@ fieldset, legend {
.filter-options label { margin: 0 10px; }
-#filters-apply { text-align: right; }
+#filters-apply {
+ text-align: right; /* IE11 only */
+ text-align: end; /* Override for compatible browsers */
+}
/* Error message */