There was an error while loading. Please reload this page.
1 parent e7046a3 commit 672c9d9Copy full SHA for 672c9d9
1 file changed
src/components/monthview/MonthWeek.vue
@@ -232,16 +232,26 @@ function openWeek(day: DateTime) {
232
padding-bottom: 0.2rem;
233
234
.more-events-content {
235
+ position: relative;
236
max-width: 100%;
237
display: flex;
238
align-items: center;
239
gap: 0.1rem;
240
overflow: hidden;
- border-bottom: 1px solid currentColor;
241
white-space: nowrap;
242
cursor: pointer;
243
pointer-events: auto;
244
245
+ &::after {
246
+ content: '';
247
+ position: absolute;
248
+ right: 0;
249
+ bottom: 1px;
250
+ left: 0;
251
+ height: 1px;
252
+ background: currentColor;
253
+ }
254
+
255
svg {
256
width: 0.8rem;
257
height: 0.8rem;
0 commit comments