fix another CSS bug
This commit is contained in:
parent
fa2e085079
commit
d6a5525da1
1 changed files with 2 additions and 1 deletions
|
@ -1258,7 +1258,7 @@ span {
|
|||
/* padding-bottom: .1in; */
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
/* height: 100%; */
|
||||
}
|
||||
.settingbuttons{
|
||||
padding-top:.075in;
|
||||
|
@ -1463,6 +1463,7 @@ span {
|
|||
width: 100%;
|
||||
flex-direction: column;
|
||||
max-height:100in;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#connection-container, #app-list-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue