Quick layout cleanup for mobile
This commit is contained in:
@@ -106,3 +106,13 @@ div#app {
|
||||
div#table {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
@media(max-width: 600px){
|
||||
header nav{
|
||||
display: none;
|
||||
}
|
||||
.authnav-connected{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user