Skip to content

Commit

Permalink
Styles improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jatana committed Oct 26, 2018
1 parent 55e8068 commit 5e83dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ide/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ input#netName {
border: none;
position: absolute;
top: 15px;
right: 305px;
left: 0;
right: 0;
width: 100%;
max-width: 20%;
margin: auto;
Expand All @@ -142,7 +143,6 @@ input#netName {
.app-dark input#netName {
background: #78909C;
color: white;
right: 273px;
box-shadow: none;
}

Expand Down Expand Up @@ -414,7 +414,7 @@ input#netName.hidden {
flex: 1 1 auto;
width: 100%;
position: relative;
// overflow: scroll;
overflow: scroll;
border: 1px solid #ddd;
border-radius: 4px 4px 4px 4px;

Expand Down

0 comments on commit 5e83dc8

Please sign in to comment.