Update navbar item styling a little

This commit is contained in:
BBaoVanC 2021-11-02 15:51:24 -05:00
parent 11d98f8c92
commit 8ad0690d00
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ footer {
background-color: #222;
border-radius: 8px;
margin-top: 5px;
padding: 4px;
align-items: flex-start;
overflow: auto;
}
@ -132,7 +133,7 @@ footer {
.navbar-item, .langbar-item {
/*flex-grow: 1;*/
padding: 8px 12px;
border-radius: 8px;
border-radius: 12px;
}
/*.navbar-item:first-child,