mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
style(sns): compact jump date filter row
This commit is contained in:
@@ -1063,10 +1063,25 @@
|
||||
}
|
||||
|
||||
/* Date Widget */
|
||||
.date-widget-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.date-widget .widget-header {
|
||||
margin-bottom: 0;
|
||||
flex-shrink: 0;
|
||||
min-width: 72px;
|
||||
}
|
||||
|
||||
.jump-calendar-anchor {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
isolation: isolate;
|
||||
z-index: 20;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user