projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e49e113
)
Aspect ratio on elements in inline-attachment list
author
Mikael Nordfeldth
<mmn@hethane.se>
Tue, 12 Jan 2016 22:12:41 +0000
(23:12 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Tue, 12 Jan 2016 22:12:41 +0000
(23:12 +0100)
theme/base/css/display.css
patch
|
blob
|
history
diff --git
a/theme/base/css/display.css
b/theme/base/css/display.css
index beeecfe4bc2fd69bf878c894efe42f09a4ff69dd..e6ac8b4d47c1c35c20faafc7d929aea4fa1283f2 100644
(file)
--- a/
theme/base/css/display.css
+++ b/
theme/base/css/display.css
@@
-808,6
+808,7
@@
position:static;
}
.notice.h-entry .attachments .inline-attachment * {
+ height: auto;
max-width: 100%;
}
.notice.h-entry .attachments .inline-attachment > a {