stuff
This commit is contained in:
parent
a90458336c
commit
29e3dd01c7
|
@ -45,7 +45,8 @@
|
|||
<div class="pill-2uzAFe wrapper-sa6paO">
|
||||
<span class="item-2hkk8m" style="opacity: 0; height: 8px; transform: translate3d(-4px, 0px, 0px);"></span>
|
||||
</div>
|
||||
<div tabindex="0" class="blob-1PX1Gp wrapper-25eVIn" role="button">
|
||||
<div class="listItemWrapper-3X98Pc">
|
||||
<div class="blob-1PX1Gp wrapper-25eVIn">
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" class="svg-1X37T1">
|
||||
<mask id="DiscordPreviewMask" fill="black" x="0" y="0" width="48" height="48">
|
||||
<path d="M48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24Z" fill="white"></path>
|
||||
|
@ -63,6 +64,7 @@
|
|||
<div class="badgeWrapper-3e8pMZ"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div style="opacity: 1; height: 56px; transform: scale(1);">
|
||||
<div class="listItem-2P_4kh">
|
||||
<div class="pill-1m5BUr wrapper-sa6paO">
|
||||
|
@ -228,7 +230,8 @@
|
|||
<div class="pill-3YxEhL wrapper-sa6paO">
|
||||
<span class="item-2hkk8m" style="opacity: 0; height: 8px; transform: translate3d(-4px, 0px, 0px);"></span>
|
||||
</div>
|
||||
<div tabindex="0" class="circleButtonMask-2VNJsN wrapper-25eVIn" role="button">
|
||||
<div class="listItemWrapper-3X98Pc">
|
||||
<div class="circleButtonMask-2VNJsN wrapper-25eVIn">
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" class="svg-1X37T1">
|
||||
<mask id="fc8484ec-5608-4acb-a464-162b9718ad08" fill="black" x="0" y="0" width="48" height="48">
|
||||
<path d="M48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24Z" fill="white"></path>
|
||||
|
@ -246,11 +249,13 @@
|
|||
<div class="badgeWrapper-3e8pMZ"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="listItem-2P_4kh">
|
||||
<div class="pill-3YxEhL wrapper-sa6paO">
|
||||
<span class="item-2hkk8m" style="opacity: 0; height: 8px; transform: translate3d(-4px, 0px, 0px);"></span>
|
||||
</div>
|
||||
<div tabindex="0" class="circleButtonMask-2VNJsN wrapper-25eVIn" role="button">
|
||||
<div class="listItemWrapper-3X98Pc">
|
||||
<div class="circleButtonMask-2VNJsN wrapper-25eVIn">
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" class="svg-1X37T1">
|
||||
<mask id="17e1719d-09eb-4909-b5ee-873df96d7afa" fill="black" x="0" y="0" width="48" height="48">
|
||||
<path d="M48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24Z" fill="white"></path>
|
||||
|
@ -270,6 +275,7 @@
|
|||
<div class="badgeWrapper-3e8pMZ"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="listItem-2P_4kh">
|
||||
<a target="_blank" class="anchor-3Z-8Bb anchorUnderlineOnHover-2ESHQB guildsError-b7zR5H">!</a>
|
||||
</div>
|
||||
|
|
|
@ -49,10 +49,11 @@ body.foldercontentopened .titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
|
|||
.wrapper-1Rf91z #server-search {
|
||||
margin: 4px calc(1px * (((var(--vguildsize) + 10) * (var(--vcolumns) - 1))/2)) !important;
|
||||
}
|
||||
.wrapper-1Rf91z .pill-2uzAFe ~ .listItemWrapper-3X98Pc,
|
||||
.wrapper-1Rf91z .blob-1PX1Gp {
|
||||
margin: 0 calc(1px * (((var(--vguildsize) + 10) * (var(--vcolumns) - 1))/2)) 4px calc(1px * ((((var(--vguildsize) + 10) * (var(--vcolumns) - 1))/2) + 2)) !important;
|
||||
}
|
||||
.wrapper-1Rf91z .listItemWrapper-3X98Pc,
|
||||
.wrapper-1Rf91z .pill-1m5BUr ~ .listItemWrapper-3X98Pc,
|
||||
.wrapper-1Rf91z .blob-3RT82C {
|
||||
margin: 0 calc(1px * ((((var(--vguildsize) + 10) * (var(--vcolumns) - 1))/2) * (1 - var(--valigndms)))) 0 calc(1px * (((0 * var(--valigndms)) + ((((var(--vguildsize) + 10) * (var(--vcolumns) - 1))/2) * (1 - var(--valigndms)))))) !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue