mirror of https://github.com/usememos/memos
feat: get image only when cors error (#721)
parent
ab8c7b9d8a
commit
66418d4210
@ -1,31 +1,13 @@
|
||||
.about-site-dialog {
|
||||
@apply px-4;
|
||||
|
||||
> .dialog-container {
|
||||
@apply w-112 max-w-full;
|
||||
|
||||
> .dialog-content-container {
|
||||
@apply flex flex-col justify-start items-start leading-relaxed;
|
||||
|
||||
> .logo-img {
|
||||
@apply h-16;
|
||||
}
|
||||
@apply flex flex-col justify-start items-start;
|
||||
|
||||
> p {
|
||||
@apply my-1;
|
||||
}
|
||||
|
||||
.pre-text {
|
||||
@apply font-mono mx-1;
|
||||
}
|
||||
|
||||
> .addition-info-container {
|
||||
@apply flex flex-row text-sm justify-start items-center;
|
||||
|
||||
> .github-badge-container {
|
||||
@apply mr-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue