Commit db08248601a75fff9e92246d75b015ee85e76bb6
fix z-index issue where lightbox was showing up under messages
Ev Bogue committed on 10/31/2016, 12:39:17 AMParent: 33dbf75c73b0fb716af94766e08f4dd2fd3443d5
Files changed
style.css | changed |
style.css | |||
---|---|---|---|
@@ -282,9 +282,8 @@ | |||
282 | 282 … | .avatar--large, | |
283 | 283 … | .avatar--thumbnail, | |
284 | 284 … | .avatar--fullsize { | |
285 | 285 … | border: 1px solid #eee; | |
286 | - width: 100%; | ||
287 | 286 … | } | |
288 | 287 … | ||
289 | 288 … | .avatar--large { | |
290 | 289 … | width: 10em; | |
@@ -297,8 +296,12 @@ | |||
297 | 296 … | float: left; | |
298 | 297 … | margin-right: .5ex; | |
299 | 298 … | } | |
300 | 299 … | ||
300 … | +.avatar--fullsize { | ||
301 … | + width: 50%; | ||
302 … | +} | ||
303 … | + | ||
301 | 304 … | .profile { | |
302 | 305 … | padding: .5ex; | |
303 | 306 … | overflow: auto; | |
304 | 307 … | } | |
@@ -323,8 +326,9 @@ | |||
323 | 326 … | margin-left: auto; | |
324 | 327 … | margin-right: auto; | |
325 | 328 … | border: 1px solid #eee; | |
326 | 329 … | border-radius: .2em; | |
330 … | + z-index: 2; | ||
327 | 331 … | } | |
328 | 332 … | ||
329 | 333 … | /* searchprompt */ | |
330 | 334 … |
Built with git-ssb-web