zuzumi-f / Discord-11

Theme based in windows 11 new UI | Support server: https://discord.gg/PsNtzGeHuW
124 stars 119 forks source link

[Feature] Rounded Corners #10

Closed fr00kt closed 2 years ago

fr00kt commented 2 years ago

Is it possible to make rounded corners of the main window like in windows 11?

zuzumi-f commented 2 years ago

yep, you can use this

.appMount-2yBXZl, body {
    border-radius: 8px;
    background-color: transparent;
}