forked from vgaNAR6ta/drags-and-nerds
Ajout du live
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
id="Calque_1"
|
||||
data-name="Calque 1"
|
||||
viewBox="0 0 40.19 38.9"
|
||||
version="1.1"
|
||||
sodipodi:docname="live.svg"
|
||||
inkscape:version="1.4 (e7c3feb100, 2024-10-09)"
|
||||
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="defs3" />
|
||||
<sodipodi:namedview
|
||||
id="namedview3"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#999999"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:zoom="12.366161"
|
||||
inkscape:cx="16.415765"
|
||||
inkscape:cy="15.121912"
|
||||
inkscape:window-width="1714"
|
||||
inkscape:window-height="1081"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="Calque_1" />
|
||||
<path
|
||||
d="M33.56,0H0v38.9h40.19V0h-6.62ZM32.3,33.62H5.28V5.28h2.61s24.41,0,24.41,0h0s2.61,0,2.61,0v28.34h-2.61Z"
|
||||
id="path2" />
|
||||
<path
|
||||
style="fill:currentColor;fill-opacity:1;stroke-width:1.51181;paint-order:stroke markers fill"
|
||||
d="M 27.347382,19.189543 12.842618,10.815214 v 17.269572 z"
|
||||
id="path3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -293,6 +293,7 @@ html, body{
|
||||
border-radius: 21px;
|
||||
border-color: var(--main-color);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.zBase{
|
||||
@@ -321,11 +322,16 @@ html, body{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
justify-content: flex-end;
|
||||
box-sizing: border-box;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
cursor: move;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.windowTitle p:first-child {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.windowTitleLower{
|
||||
@@ -344,6 +350,11 @@ html, body{
|
||||
width: 50px;
|
||||
height: 33px;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
text-align: center;
|
||||
line-height: 38px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.closeBtn:hover{
|
||||
|
||||
Reference in New Issue
Block a user