Skip to content

Commit 7594b37

Browse files
committed
fix: floating header, footer & buttons
1 parent 6c42a03 commit 7594b37

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

web/css/reskin-or/reskin.css

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
--legacy-100: #fd7d01;
3838
--turq-180: #0d664e;
3939
--screen-max: 1376px;
40-
--header-height: 80px;
41-
--footer-height: 51px;
40+
--header-height: 60px;
41+
--footer-height: 48px;
4242
}
4343

4444
* {
@@ -108,6 +108,10 @@ body {
108108
width: 24px;
109109
}
110110

111+
.webHeader__avatar {
112+
display: none;
113+
}
114+
111115
.webHeader__avatar a {
112116
font-family: 'Barlow Condensed', sans-serif;
113117
font-style: normal;
@@ -135,12 +139,11 @@ body {
135139
}
136140

137141
.mainTabs {
138-
position: fixed;
139142
width: 100%;
140-
top: var(--header-height);
141143
background-color: var(--black-10);
144+
position: fixed;
145+
top: var(--header-height);
142146
z-index: 999;
143-
144147
font-family: Barlow, sans-serif;
145148
text-transform: uppercase;
146149
font-weight: 600;
@@ -179,12 +182,13 @@ body {
179182

180183
.content {
181184
margin: 0;
182-
padding-top: 136px;
183185
padding-bottom: 90px;
186+
padding-top: 116px;
187+
min-height: 100vh;
184188
}
185189

186190
.content--projectDetails {
187-
padding-bottom: 132px;
191+
padding-bottom: 144px;
188192
}
189193

190194
.content--manageProject {
@@ -2596,3 +2600,17 @@ td.resourcesTable__empty {
25962600
width: 75%;
25972601
align-items: center;
25982602
}
2603+
2604+
#headerNav {
2605+
position: fixed;
2606+
width: 100%;
2607+
z-index: 999;
2608+
top: 0;
2609+
}
2610+
2611+
#footerNav {
2612+
position: fixed;
2613+
width: 100%;
2614+
z-index: 999;
2615+
bottom: 0;
2616+
}

0 commit comments

Comments
 (0)