mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Refactor navigation bar styling, update localization files, and enhance news organization page
- Updated navigation bar styles for improved aesthetics and functionality. - Added loading text to English and Traditional Chinese localization files. - Enhanced the news organization about page with better layout and SEO metadata. - Updated API response to include Facebook link for news organizations. - Removed old Tailwind CSS configuration and styles, replacing them with a new main CSS file. - Updated package.json to include new dependencies and scripts for better development experience.
This commit is contained in:
parent
391bd7df26
commit
dce96b3a35
13 changed files with 300 additions and 172 deletions
|
@ -25,7 +25,8 @@ const runAnimation = () => {
|
|||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="fixed top-0 left-0 w-full bg-[#81611a] h-[60px] flex align-center flex-row text-white pl-4 pt-2 gap-x-5 justify-between">
|
||||
<!--Spent too much time trying to set a Navbar....-->
|
||||
<div class="fixed top-0 inset-x-0 bg-[#81611a]/70 backdrop-blur-sm h-[55px] flex align-center flex-row text-white pl-4 pt-2 gap-x-5 justify-between z-50 rounded-3xl m-2">
|
||||
<div class="text-3xl text-bold">
|
||||
<!--Use mouseenter instead of hover-->
|
||||
<a href="/" @mouseenter="runAnimation" ref="title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue