mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
enhance(ux): months/years navigation for shui datepicker
This commit is contained in:
@@ -371,14 +371,14 @@ div[data-radix-popper-content-wrapper] {
|
||||
}
|
||||
|
||||
.months-years-nav {
|
||||
@apply flex items-center relative left-2 opacity-80;
|
||||
@apply flex items-center relative left-1 opacity-80;
|
||||
|
||||
select {
|
||||
@apply px-2 py-0 border-none;
|
||||
@apply px-2 py-0 border-none bg-transparent;
|
||||
}
|
||||
|
||||
input {
|
||||
@apply border-none ml-0.5;
|
||||
@apply border-none ml-0.5 bg-transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user