This commit is contained in:
ThatOneCalculator 2022-11-21 15:03:35 -08:00
parent 7e82b2f5d9
commit ca7ce5b843
2 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "calckey", "name": "calckey",
"version": "12.119.0-calc.16", "version": "12.119.0-calc.16.1",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -187,14 +187,6 @@ definePageMetadata(computed(() => page ? {
margin: 1rem; margin: 1rem;
} }
> .header {
padding: 16px;
> h1 {
margin: 0;
}
}
> .banner { > .banner {
margin: 0rem !important; margin: 0rem !important;
@ -203,12 +195,20 @@ definePageMetadata(computed(() => page ? {
display: block; display: block;
width: 100%; width: 100%;
height: 150px; height: 150px;
object-fit: cover; background-position: center;
background-size: cover;
> .header {
padding: 16px;
> h1 {
margin: 0;
color: white;
text-shadow: 0 0 8px #000;
}
}
> .menu-actions { > .menu-actions {
position: absolute;
top: 12px;
right: 12px;
-webkit-backdrop-filter: var(--blur, blur(8px)); -webkit-backdrop-filter: var(--blur, blur(8px));
backdrop-filter: var(--blur, blur(8px)); backdrop-filter: var(--blur, blur(8px));
background: rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.2);