🎨
This commit is contained in:
		| @@ -139,7 +139,7 @@ onMounted(() => { | ||||
| 	width: 100%; | ||||
| 	box-sizing: border-box; | ||||
| 	padding: 9px 12px 9px 12px; | ||||
| 	background: var(--buttonBg); | ||||
| 	background: var(--folderHeaderBg); | ||||
| 	-webkit-backdrop-filter: var(--blur, blur(15px)); | ||||
| 	backdrop-filter: var(--blur, blur(15px)); | ||||
| 	border-radius: 6px; | ||||
| @@ -147,7 +147,7 @@ onMounted(() => { | ||||
|  | ||||
| 	&:hover { | ||||
| 		text-decoration: none; | ||||
| 		background: var(--buttonHoverBg); | ||||
| 		background: var(--folderHeaderHoverBg); | ||||
| 	} | ||||
|  | ||||
| 	&:focus-within { | ||||
| @@ -156,7 +156,7 @@ onMounted(() => { | ||||
|  | ||||
| 	&.active { | ||||
| 		color: var(--accent); | ||||
| 		background: var(--buttonHoverBg); | ||||
| 		background: var(--folderHeaderHoverBg); | ||||
| 	} | ||||
|  | ||||
| 	&.opened { | ||||
| @@ -233,7 +233,7 @@ onMounted(() => { | ||||
| 	z-index: 1; | ||||
| 	bottom: var(--stickyBottom, 0px); | ||||
| 	left: 0; | ||||
| 	padding: 9px 12px; | ||||
| 	padding: 12px; | ||||
| 	background: var(--acrylicBg); | ||||
| 	-webkit-backdrop-filter: var(--blur, blur(15px)); | ||||
| 	backdrop-filter: var(--blur, blur(15px)); | ||||
|   | ||||
| @@ -51,18 +51,18 @@ const props = defineProps<{ | ||||
| 	width: 100%; | ||||
| 	box-sizing: border-box; | ||||
| 	padding: 10px 14px; | ||||
| 	background: var(--buttonBg); | ||||
| 	background: var(--folderHeaderBg); | ||||
| 	border-radius: 6px; | ||||
| 	font-size: 0.9em; | ||||
|  | ||||
| 	&:hover { | ||||
| 		text-decoration: none; | ||||
| 		background: var(--buttonHoverBg); | ||||
| 		background: var(--folderHeaderHoverBg); | ||||
| 	} | ||||
|  | ||||
| 	&.active { | ||||
| 		color: var(--accent); | ||||
| 		background: var(--buttonHoverBg); | ||||
| 		background: var(--folderHeaderHoverBg); | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo