fix: 修复导航栏内主题按钮对齐问题
- 添加 .quick-nav .theme-toggle 样式,设置 position: static - 让主题按钮跟随导航栏 flex 布局,与其他按钮对齐 - 删除重复的样式定义 - 更新 CSS 版本号
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>欢迎回来 - {{ username }}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312d">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}?v=20260312e">
|
||||
</head>
|
||||
<body>
|
||||
<!-- 快捷导航栏 - 登录后显示 -->
|
||||
|
||||
Reference in New Issue
Block a user