Fix right border of calendar and day size
This commit is contained in:
parent
a4a9a5ca7a
commit
ad3cbe068a
|
|
@ -246,15 +246,15 @@ mark {
|
|||
|
||||
.calendar-grid {
|
||||
display: grid;
|
||||
width: calc(8*48px);
|
||||
width: 257px;
|
||||
grid-template-columns: repeat(8, auto);
|
||||
|
||||
border-right: 1px solid #444;
|
||||
border-bottom: 1px solid #444;
|
||||
|
||||
.day {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
border-left: 1px solid #444;
|
||||
border-top: 1px solid #444;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user