diff --git a/client/src/components/Header.vue b/client/src/components/Header.vue index 40e2d2a..15aca93 100644 --- a/client/src/components/Header.vue +++ b/client/src/components/Header.vue @@ -24,7 +24,6 @@ font-family: monospace; .interface-language-dropdown { - opacity: .5; width: 20px; position: absolute; right: 10px; diff --git a/client/src/components/InterfaceLanguageDropdown.vue b/client/src/components/InterfaceLanguageDropdown.vue index 3a2c240..c707963 100644 --- a/client/src/components/InterfaceLanguageDropdown.vue +++ b/client/src/components/InterfaceLanguageDropdown.vue @@ -22,6 +22,7 @@ .interface-language-dropdown { img { cursor: pointer; + opacity: .7; } .menu { diff --git a/server.ts b/server.ts index fef6d78..d4623f2 100644 --- a/server.ts +++ b/server.ts @@ -62,6 +62,7 @@ app.use('/opensearch.xml', async function (req, res) { Framasoft: contact.framasoft.org `).type('application/xml').status(200).end() }) + app.use('/*', async function (req, res) { res.set('Content-Type', 'text/html; charset=UTF-8')