diff --git a/client/homebrew/navbar/navbar.less b/client/homebrew/navbar/navbar.less index edbb70dc3..7c7e8a163 100644 --- a/client/homebrew/navbar/navbar.less +++ b/client/homebrew/navbar/navbar.less @@ -121,12 +121,16 @@ position : absolute; top : 50%; transform : translateY(-50%); - right : 10px; + right : 0px; width : 20px; - height : 20px; + height : 100%; background-color : #333; - box-shadow : 0px 0 5px 8px #2980b9; + opacity : 70%; + // box-shadow : 0px 0 5px 8px #2980b9; border-radius : 3px; + &:hover { + opacity : 100%; + } i { text-align : center; font-size : 10px;