mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 08:36:06 +10:00
Fix header avatar size
This commit is contained in:
@@ -86,7 +86,7 @@ header {
|
||||
|
||||
.container {
|
||||
width: 100% !important;
|
||||
padding-left: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -134,14 +134,13 @@ header {
|
||||
}
|
||||
|
||||
.profile-pic {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
padding-right: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
margin-left: 5px;
|
||||
img {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
margin: -15px;
|
||||
margin-left: 5px;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user