Merge #19989 - Fix #19976 - Bootstrap theme icons are not visible on bigger screens

Pull-request: #19989
Fixes: #19976
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2025-12-14 10:24:50 +01:00
commit 913d4ad0f1
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m6 6v18h18v-18zm14 8v2h-10v-2z"/></svg>
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><rect x="7" y="7" width="14" height="14" fill="white"/><path d="m6 6v18h18v-18zm14 8v2h-10v-2z"/></svg>

Before

Width:  |  Height:  |  Size: 108 B

After

Width:  |  Height:  |  Size: 164 B

View File

@ -1 +1 @@
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="m6 6v18h18v-18zm14 8v2h-4v4h-2v-4h-4v-2h4v-4h2v4z"/></svg>
<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><rect x="6" y="6" width="14" height="14" fill="white"/><path d="m6 6v18h18v-18zm14 8v2h-4v4h-2v-4h-4v-2h4v-4h2v4z"/></svg>

Before

Width:  |  Height:  |  Size: 127 B

After

Width:  |  Height:  |  Size: 182 B