fix: modals positions

close https://github.com/logseq/logseq/issues/5053
This commit is contained in:
llcc
2022-04-24 13:31:31 +08:00
committed by Tienson Qin
parent 8d8dde5024
commit 3f8296135b
3 changed files with 17 additions and 5 deletions

View File

@@ -93,3 +93,14 @@ pre {
.preview-trigger-wrapper > [data-tooltipped] {
display: block !important;
}
#time-repeater {
width: 135px;
@screen sm {
min-width: 300px;
}
}