Skip to content

Commit d6ddd8d

Browse files
committed
Fixed tiny bug in side bar on mobile.
1 parent 0ee7ef1 commit d6ddd8d

File tree

6 files changed

+184
-50
lines changed

6 files changed

+184
-50
lines changed

.idea/workspace.xml

Lines changed: 170 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gallery.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
66
<link rel="icon" href="/img/favicon.png">
7-
<title>DroneFlightMapper 2.0</title>
7+
<title>DroneMapper</title>
88

99
<!-- CSS -->
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
@@ -15,7 +15,7 @@
1515
</head>
1616
<body>
1717
<nav class="blue darken-3" role="navigation">
18-
<div class="nav-wrapper container"><a id="logo-container" href="/" class="brand-logo">DroneFlightMapper</a>
18+
<div class="nav-wrapper container"><a id="logo-container" href="/" class="brand-logo">DroneMapper</a>
1919
<ul class="right hide-on-med-and-down">
2020
<li><a href="/">Home</a></li>
2121
<li class="active"><a href="gallery" class="galleryLinkButton">Gallery</a></li>
@@ -67,7 +67,7 @@
6767
<div class="row">
6868
<div class="col l4 s12">
6969
<h5 class="white-text">Info</h5>
70-
<p class="white-text">DroneFlightMapper is an open source project ... add description</p>
70+
<p class="white-text">DroneMapper is an open source project ... add description</p>
7171
</div>
7272
<div class="col l4 s12">
7373
<h5 class="white-text">Contact</h5>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
66
<link rel="icon" href="/img/favicon.png">
7-
<title>DroneFlightMapper 2.0</title>
7+
<title>DroneMapper</title>
88

99
<!-- CSS -->
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
@@ -20,7 +20,7 @@
2020
</head>
2121
<body>
2222
<nav class="blue darken-3" role="navigation">
23-
<div class="nav-wrapper container"><a id="logo-container" href="/" class="brand-logo">DroneFlightMapper</a>
23+
<div class="nav-wrapper container"><a id="logo-container" href="/" class="brand-logo">DroneMapper</a>
2424
<ul class="right hide-on-med-and-down">
2525
<li class="active"><a href="/">Home</a></li>
2626
<li><a href="gallery" class="galleryLinkButton">Gallery</a></li>
@@ -50,7 +50,7 @@
5050
<div class="row">
5151
<div class="col l4 s12">
5252
<h5 class="white-text">Info</h5>
53-
<p class="white-text">DroneFlightMapper is an open source project ... add description</p>
53+
<p class="white-text">DroneMapper is an open source project ... add description</p>
5454
</div>
5555
<div class="col l4 s12">
5656
<h5 class="white-text">Contact</h5>

login.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
66
<link rel="icon" href="/img/favicon.png">
7-
<title>DroneFlightMapper 2.0</title>
7+
<title>DroneMapper</title>
88

99
<!-- CSS -->
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
@@ -75,7 +75,7 @@
7575
<div class="row">
7676
<div class="col l4 s12">
7777
<h5 class="white-text">Info</h5>
78-
<p class="white-text">DroneFlightMapper is an open source project ... add description</p>
78+
<p class="white-text">DroneMapper is an open source project ... add description</p>
7979
</div>
8080
<div class="col l4 s12">
8181
<h5 class="white-text">Contact</h5>

register.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
66
<link rel="icon" href="/img/favicon.png">
7-
<title>DroneFlightMapper 2.0</title>
7+
<title>DroneMapper</title>
88

99
<!-- CSS -->
1010
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
@@ -102,7 +102,7 @@
102102
<div class="row">
103103
<div class="col l4 s12">
104104
<h5 class="white-text">Info</h5>
105-
<p class="white-text">DroneFlightMapper is an open source project ... add description</p>
105+
<p class="white-text">DroneMapper is an open source project ... add description</p>
106106
</div>
107107
<div class="col l4 s12">
108108
<h5 class="white-text">Contact</h5>

styles/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@ body {
1111

1212
main {
1313
flex: 1 0 auto;
14+
}
15+
16+
.side-nav{
17+
z-index: 9999;
1418
}

0 commit comments

Comments
 (0)