mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-26 21:16:06 +10:00
Restrict header logo to 36px so it doesn't overflow.
This commit is contained in:
@@ -132,6 +132,11 @@ header {
|
||||
transition-duration: .3s;
|
||||
z-index: 999;
|
||||
|
||||
svg, img {
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user