mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
CSS. Small IE11 fixes
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user