Skip to content
Snippets Groups Projects
Commit 1ef6cac2 authored by lain's avatar lain
Browse files

Attachment styling fixes.

parent 17d7617a
Branches
Tags
No related merge requests found
...@@ -30,6 +30,40 @@ ...@@ -30,6 +30,40 @@
height: 100%; height: 100%;
} }
.oembed {
img {
width: 100%;
height: 100%;
}
}
.oembed {
border: 1px solid rgba(0, 0, 0, 0.14);
width: 100%;
display: flex;
.image {
flex: 1;
img {
border: 0px;
border-radius: 0;
}
}
.text {
flex: 2;
margin: 8px;
h1 {
font-size: 14px;
margin: 0px;
a {
color: black;
}
}
}
}
a.image-attachment { a.image-attachment {
display: flex; display: flex;
flex: 1; flex: 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment