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