navigation right width

This commit is contained in:
Eveline-97
2025-03-24 16:36:50 +01:00
parent b1d1eb802c
commit 6caae03759
2 changed files with 6 additions and 5 deletions

View File

@@ -28,9 +28,10 @@ input[type=text] {
z-index: 99;
display: flex !important;
flex-flow: row nowrap;
justify-content: space-around;
position: relative;
margin: auto;
width: 100%;
width: 100vw;
}
#navPlayers>button {
@@ -60,7 +61,7 @@ input[type=text] {
padding: 4px 4px;
text-align: center;
display: inline-block;
font-size: 12px;
font-size: 11px;
margin: 4px 4px;
width: 20vw;
border: solid 1px var(--textcolor);