File tree 1 file changed +9
-17
lines changed
1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.project-header {
12
12
padding : 0.5em 0 ;
13
- overflow-x : auto; /* in fullscreen mode, the position is fixed, so we can't use "flex wrap" which would change the height */
13
+ flex-wrap : wrap;
14
14
}
15
15
16
16
.project-header h2 {
101
101
opacity : 0 ;
102
102
}
103
103
104
- .fullscreen .projects-view .project-header {
105
- position : fixed;
106
- z-index : 1000 ;
107
- top : 0 ;
108
- left : 0 ;
109
- right : 0 ;
110
- padding : 0.5em ;
111
- width : 100% ;
112
- max-width : 100% ;
113
- background-color : var (--color-body );
114
- border-bottom : 1px solid var (--color-secondary );
104
+ .fullscreen .projects-view {
105
+ position : absolute;
106
+ inset : 0 ;
107
+ display : flex;
108
+ flex-direction : column;
115
109
}
116
110
117
111
/* Hide project-description in full-screen due to its variable height. No need to show it for better space use. */
120
114
}
121
115
122
116
.fullscreen .projects-view # project-board {
123
- position : absolute;
124
- top : 60px ;
125
- left : 0 ;
126
- right : 0 ;
127
- max-height : calc (100vh - 70px );
117
+ flex : 1 ;
118
+ max-height : unset;
119
+ padding-bottom : 0.5em ;
128
120
}
You can’t perform that action at this time.
0 commit comments