style: fix calender topbar width
This commit is contained in:
parent
92be324186
commit
70fad4de73
1 changed files with 5 additions and 0 deletions
|
@ -630,6 +630,7 @@ button.rbc-input::-moz-focus-inner {
|
||||||
|
|
||||||
.rbc-label {
|
.rbc-label {
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
width: 54.3542px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rbc-day-slot {
|
.rbc-day-slot {
|
||||||
|
@ -809,6 +810,10 @@ button.rbc-input::-moz-focus-inner {
|
||||||
-webkit-box-direction: normal;
|
-webkit-box-direction: normal;
|
||||||
-ms-flex-direction: row;
|
-ms-flex-direction: row;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
margin-right: 14px;
|
||||||
|
@media ((hover: none) and (pointer: coarse)) {
|
||||||
|
margin-right: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.rbc-rtl .rbc-time-header.rbc-overflowing {
|
.rbc-rtl .rbc-time-header.rbc-overflowing {
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue