Commit 4c3cdfa4fffb221d797e35913361bedbe1060d44
1 parent
a350b52c
Exists in
master
and in
4 other branches
Make profile dropbown a bit bigger
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/sections/header.scss
... | ... | @@ -172,7 +172,7 @@ header { |
172 | 172 | display: none; |
173 | 173 | z-index: 100000; |
174 | 174 | @include border-radius(4px); |
175 | - width: 100px; | |
175 | + width: 130px; | |
176 | 176 | position: absolute; |
177 | 177 | right: 5px; |
178 | 178 | top: 38px; |
... | ... | @@ -181,7 +181,7 @@ header { |
181 | 181 | box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
182 | 182 | a { |
183 | 183 | color: #fff; |
184 | - padding: 7px 10px; | |
184 | + padding: 12px 15px; | |
185 | 185 | display: block; |
186 | 186 | text-shadow: none; |
187 | 187 | border-bottom: 1px solid #666; |
... | ... | @@ -204,8 +204,8 @@ header { |
204 | 204 | } |
205 | 205 | &:last-child { |
206 | 206 | @include border-radius(0 0 5px 5px); |
207 | - border-bottom: 0; | |
208 | - } | |
207 | + border-bottom: 0; | |
208 | + } | |
209 | 209 | } |
210 | 210 | |
211 | 211 | ... | ... |