mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-05-19 16:20:17 +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" />
|
<link rel="stylesheet" href="css/style-desktop.css" />
|
||||||
</noscript>
|
</noscript>
|
||||||
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
|
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
|
||||||
|
<style>
|
||||||
|
#navPanel .link {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="homepage">
|
<body class="homepage">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user