patch 5 (#1279)
This commit is contained in:
parent
1e6f64f235
commit
4cf7bf8d06
4 changed files with 39 additions and 11 deletions
|
@ -214,13 +214,31 @@
|
|||
}
|
||||
|
||||
.claim-preview {
|
||||
.claim-preview__text {
|
||||
overflow: hidden;
|
||||
}
|
||||
.claim-preview-metadata {
|
||||
.media__subtitle {
|
||||
.button {
|
||||
display: inline;
|
||||
}
|
||||
span:not(.channel-name) {
|
||||
font-size: var(--font-xsmall);
|
||||
.claim-tile__info {
|
||||
.media__subtitle {
|
||||
width: calc(100% - 2.1rem);
|
||||
.button {
|
||||
display: inline;
|
||||
.button__content {
|
||||
width: 100%;
|
||||
.channel-name {
|
||||
width: 100%;
|
||||
p {
|
||||
width: 99%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
span:not(.channel-name) {
|
||||
font-size: var(--font-xsmall);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -634,7 +634,7 @@ body {
|
|||
.claim-preview__wrapper {
|
||||
a {
|
||||
.button__content {
|
||||
align-items: unset;
|
||||
// align-items: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -954,7 +954,7 @@ body {
|
|||
|
||||
> :first-child {
|
||||
position: fixed;
|
||||
background-color: var(--color-background);
|
||||
// background-color: var(--color-background);
|
||||
width: calc(40% - var(--spacing-l));
|
||||
margin-top: var(--spacing-xl);
|
||||
}
|
||||
|
|
|
@ -139,11 +139,12 @@
|
|||
text-align: center;
|
||||
font-size: var(--font-large);
|
||||
font-weight: var(--font-weight-base);
|
||||
background-color: var(--color-background);
|
||||
background-color: var(--color-header-background);
|
||||
position: absolute;
|
||||
height: var(--spacing-xl);
|
||||
height: var(--spacing-l);
|
||||
top: calc(var(--spacing-xl) / 2 + 10px);
|
||||
padding: 0 var(--spacing-l);
|
||||
padding: 0 var(--spacing-s) 0 var(--spacing-s);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1208,6 +1208,15 @@ img {
|
|||
}
|
||||
.icon--ExternalLink {
|
||||
margin-top: -5px;
|
||||
margin-left: 2px;
|
||||
margin-left: var(--spacing-xxs) !important;
|
||||
}
|
||||
.markdown-preview {
|
||||
.icon--ExternalLink {
|
||||
flex-shrink: 0;
|
||||
margin-bottom: -1px !important;
|
||||
// margin-left:2px !important;
|
||||
}
|
||||
}
|
||||
.hide-ribbon {
|
||||
.claim-tile__repost-author {
|
||||
|
|
Loading…
Reference in a new issue