settings: Make sure sorting arrows are visible correctly.

This commit adds right padding, approximately equal to the
size of the sorting arrow, to the table headers which show
sorting arrows to make sure that arrows are visible clearly
at different font sizes and in different text languages.
This commit is contained in:
Sahil Batra 2024-07-11 20:14:43 +05:30 committed by Tim Abbott
parent 5e5633b5ee
commit ebf9105a51
1 changed files with 4 additions and 0 deletions

View File

@ -740,6 +740,10 @@ div.overlay {
background-color: hsl(0deg 0% 100%);
word-break: normal;
&[data-sort] {
padding-right: 0.88em;
}
&.active::after,
&[data-sort]:hover::after {
content: " \f0d8";