fix: overflow

This commit is contained in:
nevfy 2025-01-30 21:18:09 +03:00
parent 67a289a672
commit 1f4e2498ed
2 changed files with 5 additions and 5 deletions
assets/scss
content/en/docs/Theory/selfprivacy_modules

View file

@ -166,8 +166,8 @@ li:has(input[type="checkbox"]) {
main.docs {
@include media-breakpoint-up(xl) {
margin-right: 20rem;
padding: 0 6rem;
margin-right: 25%;
padding: 0 0 0 10%;
}
@include media-breakpoint-between(md, xl) {
max-width: 50%;

View file

@ -519,13 +519,13 @@ nixos-rebuild switch --flake .#default
After system rebuild, open your SelfPrivacy app. You will see a Syncplay service appear in your Services list. It is disabled right now, so go ahead and enable it. You can also change the MOTD or disable chat function from the app now.
{{< imgproc deactivated_syncplay Fill "1344x888" />}}
{{< imgproc syncplay_settings Fill "1344x944" />}}
{{< imgproc deactivated_syncplay Resize "600x" />}}
{{< imgproc syncplay_settings Resize "600x" />}}
You can now try it out by connecting a Syncplay client to your server, using `your.domain:8999`
{{< imgproc syncplay_client Fill "956x697" />}}
{{< imgproc syncplay_client Resize "600x" />}}
That's it! Now, you can read the reference below for more advanced topics.