This commit is contained in:
vapormusic 2022-07-04 20:15:17 +07:00
commit de31ba6393
3 changed files with 3 additions and 50 deletions

View file

@ -1,48 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="32px"
height="32px"
viewBox="0 0 32 32"
version="1.1"
id="svg9"
sodipodi:docname="plugins.svg"
inkscape:version="1.2 (dc2aedaf03, 2022-05-15)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs13" />
<sodipodi:namedview
id="namedview11"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="38.75829"
inkscape:cx="20.253731"
inkscape:cy="19.595808"
inkscape:window-width="1920"
inkscape:window-height="1044"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="svg9" />
<title
id="title2" />
<g
data-name="Layer 75"
id="Layer_75"
transform="matrix(1.333055,0,0,1.333055,-5.3322199,-5.325539)">
<path
d="m 23,28 h -5 a 1,1 0 0 1 -1,-1 3,3 0 0 0 -6,0 1,1 0 0 1 -1,1 H 5 A 1,1 0 0 1 4,27 V 22 A 1,1 0 0 1 5,21 3,3 0 0 0 5,15 1,1 0 0 1 4,14 V 9 A 1,1 0 0 1 5,8 h 4.1 a 5,5 0 0 1 9.8,0 H 23 a 1,1 0 0 1 1,1 v 4.1 a 5,5 0 0 1 0,9.8 V 27 a 1,1 0 0 1 -1,1 z M 18.9,26 H 22 v -4 a 1,1 0 0 1 1,-1 3,3 0 0 0 0,-6 1,1 0 0 1 -1,-1 V 10 H 18 A 1,1 0 0 1 17,9 3,3 0 0 0 11,9 1,1 0 0 1 10,10 H 6 v 3.1 a 5,5 0 0 1 0,9.8 V 26 h 3.1 a 5,5 0 0 1 9.8,0 z"
id="path4" />
<path
d="m 26,18.15 c -0.46,2.16 -5.94,2.36 -9.46,2.36 -3.52,0 -6.71,-2.43 -6.71,-3.64 h -1 A 4.17,4.17 0 0 1 9,18 4,4 0 0 1 5,22 v 5 h 5 a 4,4 0 0 1 8,0 h 5 v -5 a 4,4 0 0 0 3.1,-1.5 z"
id="path6" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-package"><line x1="16.5" y1="9.4" x2="7.5" y2="4.21"></line><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 517 B

Before After
Before After

View file

@ -4360,7 +4360,7 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
}
.list-group-item-dark {
color: var(--textColor);
background-color: #333;
background-color: #3333338a;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {

View file

@ -16,7 +16,7 @@
<div class="repos-list">
<ul class="list-group list-group-flush">
<li @click="showRepo(repo)" class="list-group-item list-group-item-dark"
:style="{'background': (repo.id == openRepo.id) ? 'var(--keyColor)' : ''}"
:style="{'background': (repo.id == openRepo.id) ? 'var(--keyColor)' : '', 'border-radius': '5px'}"
v-for="repo in repos">
<div class="row">
<div class="col flex-center">