navigation right width
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user