mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-07 04:18:38 +00:00
Oh, so that's why it's in the BaseLayout.
This commit is contained in:
parent
41915868b6
commit
370637ecd2
2 changed files with 11 additions and 9 deletions
|
@ -64,6 +64,17 @@
|
||||||
gtag('config', '@ServerSettings.Instance.GoogleAnalyticsId');
|
gtag('config', '@ServerSettings.Instance.GoogleAnalyticsId');
|
||||||
</script>
|
</script>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<style>
|
||||||
|
canvas.photo-subjects {
|
||||||
|
opacity: 1;
|
||||||
|
transition: opacity 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
canvas.hide-subjects {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="pageContainer">
|
<div class="pageContainer">
|
||||||
|
|
|
@ -16,12 +16,3 @@ div.statsUnderTitle > span {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
canvas.photo-subjects {
|
|
||||||
opacity: 1;
|
|
||||||
transition: opacity 0.3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas.hide-subjects {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue