You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
950 B
52 lines
950 B
.nostr-preview { |
|
margin-top: 0.5rem; |
|
|
|
.nostr-event-preview, .nostr-profile-preview { |
|
border-left: 3px solid #6c5ce7; |
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); |
|
} |
|
|
|
.nostr-profile-preview { |
|
border-left-color: #00b894; |
|
} |
|
|
|
.card-title { |
|
margin-bottom: 0.5rem; |
|
font-size: 1rem; |
|
} |
|
|
|
.card-text { |
|
font-size: 0.9rem; |
|
} |
|
|
|
.card-footer { |
|
padding: 0.5rem 1rem; |
|
} |
|
} |
|
|
|
.nostr-previews { |
|
h6 { |
|
font-size: 0.9rem; |
|
margin-bottom: 1rem; |
|
} |
|
|
|
.preview-container { |
|
// For multiple previews |
|
max-height: 500px; |
|
overflow-y: auto; |
|
padding-right: 10px; |
|
} |
|
} |
|
|
|
// Style for nostr links in text |
|
.nostr-link { |
|
color: #6c5ce7; |
|
background-color: rgba(108, 92, 231, 0.1); |
|
padding: 0 3px; |
|
border-radius: 3px; |
|
text-decoration: none; |
|
|
|
&:hover { |
|
background-color: rgba(108, 92, 231, 0.2); |
|
} |
|
}
|
|
|