mirror of
https://github.com/RobinRMC/VencordPlus.git
synced 2025-05-18 07:17:14 +02:00
16 lines
362 B
CSS
16 lines
362 B
CSS
.quests-container {
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: var(--bg-overlay-chat,var(--background-primary));
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
}
|
|
|
|
.quests-container > span[class^="spinner"] {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|