mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 18:19:10 +00:00
CSS fixes...
This commit is contained in:
parent
9ff8bf4c14
commit
2c999ce5a2
1 changed files with 3 additions and 27 deletions
30
src/App.scss
30
src/App.scss
|
@ -179,33 +179,6 @@ status.ng-enter.ng-enter-active {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.oembed {
|
|
||||||
border: 1px solid rgba(0, 0, 0, 0.14);
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
.image {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
img {
|
|
||||||
border: 0px;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.text {
|
|
||||||
flex: 2;
|
|
||||||
margin: 8px;
|
|
||||||
h1 {
|
|
||||||
font-size: 14px;
|
|
||||||
margin: 0px;
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-body {
|
.media-body {
|
||||||
|
@ -381,3 +354,6 @@ attention {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
nav {
|
||||||
|
z-index: 1000;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue