Skip to content

Commit

Permalink
georchestra#125 Adjust side bar for smaller screens (georchestra#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz authored Jun 4, 2021
1 parent 5a67369 commit 1b96c43
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions js/extension/cadastrapp.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,16 @@
display: block;
}
.cadastrapp .side-bar {
width: 52px;
margin-top: 52px;
width: 46px;
margin-top: 0;
height: 100%;
background: #eee;
}
.cadastrapp .side-bar .square-button {
height: 46px;
width: 46px;
outline: 0;
}
.cadastrapp h3 {
margin-top: 10px;
margin-left: 12px;
Expand Down

0 comments on commit 1b96c43

Please sign in to comment.