Remove CSS that forces full images onto own line

Close #105
This commit is contained in:
Jordan Bates 2013-06-17 06:52:02 -07:00
parent 9bd4bae8ec
commit edba273868
5 changed files with 7 additions and 15 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.16 - 2013-06-16
* 4chan X - Version 1.2.16 - 2013-06-17
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -604,14 +604,6 @@ a.hide-announcement {
.expanding {
opacity: .5;
}
.expanded-image {
clear: both;
}
.expanded-image > .op > .file::after {
content: '';
clear: both;
display: table;
}
:root.fit-height .full-image {
max-height: 100vh;
}