mirror of https://github.com/usememos/memos
feat: add star-history embed iframe;
parent
e37bc5a832
commit
aed1004f39
@ -0,0 +1,18 @@
|
||||
@import "./mixin.less";
|
||||
|
||||
.star-history-dialog {
|
||||
> .dialog-container {
|
||||
width: auto;
|
||||
|
||||
> .dialog-content-container {
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 875px) {
|
||||
.dialog-wrapper.star-history-dialog {
|
||||
padding: 24px 16px;
|
||||
padding-top: 64px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue