Raise the payout toast stack above the translate button (they shared the bottom-left corner)
This commit is contained in:
+2
-2
@@ -110,13 +110,13 @@ a{color:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.nav{heigh
|
||||
.pp-verify:hover{background:rgba(78,214,203,.1)}
|
||||
.pp-more{display:block;margin:14px auto 0}
|
||||
.pp-note{color:#8498aa;font-size:12.5px;margin-top:14px;line-height:1.5}
|
||||
.pp-stack{position:fixed;left:16px;bottom:16px;z-index:60;display:flex;flex-direction:column;gap:10px;pointer-events:none}
|
||||
.pp-stack{position:fixed;left:16px;bottom:76px;z-index:60;display:flex;flex-direction:column;gap:10px;pointer-events:none}
|
||||
.pp-toast{pointer-events:auto;display:block;width:min(330px,calc(100vw - 32px));background:linear-gradient(145deg,#132d45,#0a1b2b);border:1px solid #38556b;border-left:3px solid var(--ok);border-radius:14px;padding:13px 15px;box-shadow:var(--shadow);text-decoration:none;color:var(--text);opacity:0;transform:translateY(14px);transition:.4s ease}
|
||||
.pp-toast.show{opacity:1;transform:none}
|
||||
.pp-toast-head{display:block;font-weight:800;font-size:14px}
|
||||
.pp-toast-sub{display:block;color:var(--muted);font-size:12.5px;margin-top:3px}
|
||||
.pp-toast-verify{display:block;color:var(--teal);font-size:11.5px;margin-top:6px}
|
||||
@media(max-width:560px){.pp-totals{grid-template-columns:1fr 1fr}.pp-row{flex-wrap:wrap}.pp-stack{left:10px;bottom:10px}}
|
||||
@media(max-width:560px){.pp-totals{grid-template-columns:1fr 1fr}.pp-row{flex-wrap:wrap}.pp-stack{left:10px;bottom:72px}}
|
||||
|
||||
/* Admin matrix tree */
|
||||
.mt-tree,.mt-kids{list-style:none;margin:0;padding-left:0}
|
||||
|
||||
Reference in New Issue
Block a user