Skip to content

Commit d90c34a

Browse files
Fix small screen navbar
1 parent 9db25d4 commit d90c34a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

web/resources/assets/style.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,9 @@ header {
191191
.sidebar-left {
192192
display: none;
193193
position: fixed;
194-
top: 40px;
195194
left: 0;
196-
height: 100%;
197-
width: 250px;
195+
width: 100%;
198196
background: #151b23;
199-
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
200197
overflow-y: auto;
201198
z-index: 1000;
202199
}

web/resources/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta name="description" content="Access the knowledge base of Multi Theft Auto" />
1515
<meta name="keywords" content="MTA,GTA,R*,Rockstar,North,Multi,Grand,Theft,Auto,Multiplayer,orange,san,andreas,mp,mod,modification,free,download" />
1616
<link rel="canonical" href="https://wiki.multitheftauto.com" />
17-
<link rel="shortcut icon" href="/favicon.ico?v=1.1" />
17+
<link rel="shortcut icon" href="/favicon.ico" />
1818
<title>{{ title }} - Multi Theft Auto: Wiki</title>
1919

2020
<!-- PrismJS -->
@@ -25,7 +25,7 @@
2525
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2626

2727
<!-- Custom CSS -->
28-
<link rel="stylesheet" href="/assets/style.css?v=1.1">
28+
<link rel="stylesheet" href="/assets/style.css?v=1.2">
2929
</head>
3030
<body>
3131
<nav id="mta-global-navbar">

0 commit comments

Comments
 (0)