updated from upstream

This commit is contained in:
frank@mba 2025-06-14 13:44:36 +08:00
commit e565ef7d1f
7 changed files with 31 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |
xdbin/beancount-gs frankwuzp/beancount-gs
# generate Docker tags based on the following events/attributes # generate Docker tags based on the following events/attributes
tags: | tags: |
type=semver,pattern={{version}} type=semver,pattern={{version}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@ -0,0 +1,30 @@
.calendar-drawer .date-cell {
height: 80px
}
.calendar-drawer .calendar {
max-width: 800px
}
.calendar-drawer .date-cell {
font-size: 12px
}
.calendar-drawer .date-cell .date {
font-size: 20px;
font-weight: bolder
}
.calendar-drawer .date-cell .expenses {
color: #1da57a
}
.calendar-drawer .date-cell .income {
color: #ff4d4f
}
.index-page .top-wrapper {
margin-bottom: 2rem;
display: flex;
justify-content: space-between
}