Fixed gnome 47 apps issues

This commit is contained in:
vinceliuice
2024-10-02 20:27:55 +08:00
parent ab98164c23
commit f8e482bc70
133 changed files with 790 additions and 17 deletions

View File

@@ -2,6 +2,6 @@
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}</style>
<rect class="ColorScheme-Text" transform="rotate(45)" x="3.3137" y="-.5" width="16" height="1" rx=".5" ry=".5" fill="currentColor"/>
<rect class="ColorScheme-Text" transform="rotate(45)" x="1.3137" y="-.5" width="20" height="1" rx=".5" ry=".5" fill="currentColor" stroke-width="1.118"/>
<path class="ColorScheme-Text" d="m7.2953 1.0449a0.50005 0.50005 0 0 0-0.29492 0.45508v5.2852l-2.7344-1.709a0.5 0.5 0 0 0-0.68945 0.1582 0.5 0.5 0 0 0 0.1582 0.68945l3.2656 2.041v0.07031l-3.2656 2.041a0.5 0.5 0 0 0-0.1582 0.68945 0.5 0.5 0 0 0 0.68945 0.1582l2.7344-1.709v5.2852a0.50005 0.50005 0 0 0 0.83203 0.37305l4.5-4a0.50005 0.50005 0 0 0-0.06641-0.79688l-3.3223-2.0762 3.3223-2.0762a0.50005 0.50005 0 0 0 0.06641-0.79688l-4.5-4a0.50005 0.50005 0 0 0-0.53711-0.08203zm0.70508 1.5684 3.1699 2.8164-3.1699 1.9805zm0 5.9766 3.1699 1.9805-3.1699 2.8164z" fill="currentColor" opacity=".35"/>
</svg>

Before

Width:  |  Height:  |  Size: 922 B

After

Width:  |  Height:  |  Size: 943 B

View File

@@ -0,0 +1,4 @@
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m8 0a8 8 0 0 0-8 8 8 8 0 0 0 8 8 8 8 0 0 0 8-8 8 8 0 0 0-8-8zm0 1a7 7 0 0 1 7 7 7 7 0 0 1-7 7 7 7 0 0 1-7-7 7 7 0 0 1 7-7z" fill="#363636"/>
<path d="m6 4v8l6-4z" fill="#363636"/>
</svg>

After

Width:  |  Height:  |  Size: 300 B