Skip to content

Commit 19012f3

Browse files
mobile nav bug fixed
1 parent 06646af commit 19012f3

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/.eslintcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"D:\\code\\web\\github\\TPC-website\\frontend\\src\\index.js":"1","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\shortcuts\\index.jsx":"2","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\homeNav\\index.jsx":"3","D:\\code\\web\\github\\TPC-website\\frontend\\src\\App.js":"4","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\navLinks\\index.jsx":"5","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\svgbackground\\index.js":"6","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\homePage\\index.jsx":"7","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\aboutUs\\index.jsx":"8","D:\\code\\web\\github\\TPC-website\\frontend\\src\\reportWebVitals.js":"9"},{"size":562,"mtime":1610799279502,"results":"10","hashOfConfig":"11"},{"size":1073,"mtime":1620644800343,"results":"12","hashOfConfig":"11"},{"size":568,"mtime":1620645362644,"results":"13","hashOfConfig":"11"},{"size":362,"mtime":1611075338030,"results":"14","hashOfConfig":"11"},{"size":850,"mtime":1620645807951,"results":"15","hashOfConfig":"11"},{"size":898,"mtime":1610799279502,"results":"16","hashOfConfig":"11"},{"size":935,"mtime":1611147099002,"results":"17","hashOfConfig":"11"},{"size":1806,"mtime":1611148013613,"results":"18","hashOfConfig":"11"},{"size":375,"mtime":1609056805509,"results":"19","hashOfConfig":"11"},{"filePath":"20","messages":"21","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"22"},"t5wa8d",{"filePath":"23","messages":"24","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"25","messages":"26","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"27","messages":"28","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"29"},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"34","messages":"35","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"40"},"D:\\code\\web\\github\\TPC-website\\frontend\\src\\index.js",[],["41","42"],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\shortcuts\\index.jsx",[],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\homeNav\\index.jsx",[],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\App.js",[],["43","44"],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\navLinks\\index.jsx",[],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\svgbackground\\index.js",[],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\homePage\\index.jsx",["45"],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\aboutUs\\index.jsx",[],"D:\\code\\web\\github\\TPC-website\\frontend\\src\\reportWebVitals.js",[],["46","47"],{"ruleId":"48","replacedBy":"49"},{"ruleId":"50","replacedBy":"51"},{"ruleId":"48","replacedBy":"52"},{"ruleId":"50","replacedBy":"53"},{"ruleId":"54","severity":1,"message":"55","line":2,"column":8,"nodeType":"56","messageId":"57","endLine":2,"endColumn":21},{"ruleId":"48","replacedBy":"58"},{"ruleId":"50","replacedBy":"59"},"no-native-reassign",["60"],"no-negated-in-lhs",["61"],["60"],["61"],"no-unused-vars","'SvgBackground' is defined but never used.","Identifier","unusedVar",["60"],["61"],"no-global-assign","no-unsafe-negation"]
1+
[{"D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\navLinks\\index.jsx":"1"},{"size":850,"mtime":1620645930372,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"t5wa8d","D:\\code\\web\\github\\TPC-website\\frontend\\src\\components\\navLinks\\index.jsx",[]]

frontend/src/components/nav/style.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
.activeNav {
3939
clip-path: circle(200vh at 0 0);
4040
-webkit-clip-path: circle(200vh at 0 0);
41+
position: fixed;
4142
}
4243
}

frontend/src/components/navLinks/style.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ li {
3939

4040
.first {
4141
transform: translatex(0);
42+
}
43+
.firstLink {
4244
margin-top: 7vh;
4345
}
4446
.sec {

0 commit comments

Comments
 (0)