We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556821 commit 75ac72aCopy full SHA for 75ac72a
2 files changed
public/css/list/schedule-list.less
@@ -1,10 +1,8 @@
1
// Header
2
.schedules-header {
3
margin-left: 12em;
4
- width: ~"calc(100% - 12em)";
5
-
6
- padding-right: 2em; // align the header with the list items
7
- padding-left: 0.5em;
+ margin-right: 1em;
+ width: ~"calc(100% - 13em)"; // margin-left + margin-right
8
9
.days-header {
10
display: grid;
@@ -29,7 +27,6 @@
29
27
30
28
.caption {
31
display: flex;
32
- margin-left: 0.5em;
33
width: 100%;
34
height: 2em;
35
align-items: center;
public/css/timeline.less
@@ -11,7 +11,10 @@
11
--primaryRowHeight: 4em;
12
--daysHeaderHeight: 3em;
13
position: relative;
14
- margin-right: 1em; // make midnight timestamp visible
+
15
+ &:has(.timescale) {
16
+ margin-right: 1em; // make midnight timestamp visible
17
+ }
18
19
.time-grid-header {
20
box-sizing: border-box;
0 commit comments