Cap navbar to 250px

pull/231/head
Varun Patil 2022-11-21 08:33:16 -08:00
parent 6c74fdf340
commit d664cccbc7
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ body {
#app-navigation-vue {
border-top-left-radius: var(--body-container-radius);
border-bottom-left-radius: var(--body-container-radius);
max-width: 250px;
}
}