mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: add --name ashim to all docker run commands
Ensures the container is named ashim in Docker Desktop on all platforms instead of getting a random name.
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
/* Quick start command banner on homepage */
|
||||
.quick-start-banner {
|
||||
max-width: 640px;
|
||||
margin: -16px auto 48px;
|
||||
padding: 0 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.quick-start-banner div[class*="language-"] {
|
||||
margin: 0;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
/* Hide the three-dots extra menu - its contents are now in the navbar directly */
|
||||
.VPNavBarExtra {
|
||||
display: none !important;
|
||||
|
||||
Reference in New Issue
Block a user