mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-02-16 10:31:12 +00:00
fix weird wrapping in mobile nav bar
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
<link rel="stylesheet" href="css/style-desktop.css" />
|
||||
</noscript>
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
|
||||
<style>
|
||||
#navPanel .link {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="homepage">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user