mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-10 22:14:35 -04:00
remove another lightbox 100% width hack
This commit is contained in:
parent
fc1176acae
commit
6c95ddf90c
1 changed files with 0 additions and 8 deletions
|
@ -267,14 +267,6 @@ nav.post-controls {
|
|||
&.top {
|
||||
margin-left: 56px;
|
||||
width: 701px;
|
||||
// WARNING *ONLY* DO THIS ON REPLY EXPANSIONS!
|
||||
// auto-sizing of images causes massive havoc with regular post stream
|
||||
// but we have to do this on reply expansions because the width is
|
||||
// unavoidably narrower than a regular post
|
||||
.lightbox-wrapper img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
&.top.topic-body {padding-left: 0; padding-right: 0;}
|
||||
.post-date {color: scale-color($primary, $lightness: 50%);}
|
||||
|
|
Loading…
Add table
Reference in a new issue