mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
CSS. Wider settings name to less word wrap
This commit is contained in:
parent
c2d91c9544
commit
7e4840867e
1 changed files with 3 additions and 0 deletions
|
@ -527,3 +527,6 @@ p,
|
||||||
|
|
||||||
/* Center the "invidious" logo on the search page */
|
/* Center the "invidious" logo on the search page */
|
||||||
#logo > h1 { text-align: center; }
|
#logo > h1 { text-align: center; }
|
||||||
|
|
||||||
|
/* Wider settings name to less word wrap */
|
||||||
|
.pure-form-aligned .pure-control-group label { width: 19em; }
|
||||||
|
|
Loading…
Reference in a new issue