mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-08 04:55:37 -05:00
Fix quote badge position
This commit is contained in:
@@ -50,8 +50,6 @@ a:hover {
|
|||||||
|
|
||||||
.status-el {
|
.status-el {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
word-wrap: break-word;
|
|
||||||
word-break: break-word;
|
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
padding: .75em;
|
padding: .75em;
|
||||||
@@ -647,6 +645,7 @@ video {
|
|||||||
|
|
||||||
.quote-media-container {
|
.quote-media-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-height: 102px;
|
max-height: 102px;
|
||||||
@@ -664,6 +663,7 @@ video {
|
|||||||
.quote-media img {
|
.quote-media img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-badge {
|
.quote-badge {
|
||||||
|
|||||||
Reference in New Issue
Block a user