ads
This commit is contained in:
+11
-7
@@ -43,7 +43,7 @@
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
aspect-ratio: 1;
|
||||
border-radius: 12px;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 0 60px rgba(74,74,138,0.15);
|
||||
cursor: crosshair;
|
||||
}
|
||||
@@ -74,7 +74,7 @@
|
||||
transition: color 0.2s;
|
||||
background: rgba(15,15,15,0.7);
|
||||
padding: 0.4rem 0.8rem;
|
||||
border-radius: 6px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
||||
@@ -104,14 +104,14 @@
|
||||
padding: 1.2rem;
|
||||
background: rgba(20,20,35,0.85);
|
||||
border: 1px solid #2a2a4a;
|
||||
border-radius: 12px;
|
||||
border-radius: 2px;
|
||||
max-height: 90vh;
|
||||
overflow-y: auto;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.fluid-settings::-webkit-scrollbar { width: 4px; }
|
||||
.fluid-settings::-webkit-scrollbar-thumb { background: #333; border-radius: 2px; }
|
||||
.fluid-settings::-webkit-scrollbar-thumb { background: #333; border-radius: 1px; }
|
||||
|
||||
.settings-title {
|
||||
color: #aaa;
|
||||
@@ -151,7 +151,7 @@
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background: #2a2a4a;
|
||||
border-radius: 2px;
|
||||
border-radius: 1px;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -197,7 +197,7 @@
|
||||
.palette-swatch {
|
||||
width: 28px;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
border-radius: 2px;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
transition: all 0.2s;
|
||||
@@ -220,7 +220,7 @@
|
||||
background: transparent;
|
||||
color: #666;
|
||||
border: 1px solid #333;
|
||||
border-radius: 6px;
|
||||
border-radius: 3px;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 0.6rem;
|
||||
@@ -254,6 +254,10 @@
|
||||
.settings-info { font-size: 0.5rem; }
|
||||
}
|
||||
</style>
|
||||
<script src="https://pl30181304.effectivecpmnetwork.com/d6/d5/f0/d6d5f003a7751f24b1bf67fe9f7faf32.js"></script>
|
||||
<script async="async" data-cfasync="false" src="https://pl30181305.effectivecpmnetwork.com/0b7109847f86d21e6500c09f845ba559/invoke.js"></script>
|
||||
<div id="container-0b7109847f86d21e6500c09f845ba559"></div>
|
||||
<script src="https://pl30181307.effectivecpmnetwork.com/2f/11/46/2f1146f3da3a358a1844e38992327882.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="top-bar">
|
||||
|
||||
Reference in New Issue
Block a user