Compare commits
No commits in common. "5be5394d5da76d45c1de9242a7d7e87b525fbe1f" and "22cda2f77c7da75d173094a6cd19164767e9d007" have entirely different histories.
5be5394d5d
...
22cda2f77c
3 changed files with 2 additions and 5 deletions
|
@ -39,7 +39,7 @@ video {
|
|||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 3fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
|
||||
}
|
||||
|
||||
.gallery .gallery-item {
|
||||
|
@ -58,7 +58,7 @@ video {
|
|||
}
|
||||
|
||||
.gallery .gallery-item:hover img {
|
||||
transform: scale(1.05);
|
||||
transform: scale(1.03);
|
||||
-webkit-filter: grayscale(1);
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
|
||||
<title>▷ deflax.net</title>
|
||||
|
||||
<link rel='shortcut icon' type='image/x-icon' href='/static/images/favicon.ico' />
|
||||
<link rel="stylesheet" href="static/css/root.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
<meta name='twitter:description' content="{{ video_file[:-4] }}">
|
||||
<meta name='twitter:image' content={{ url_for('thumb_route', thumb_file=thumb_file) }}>
|
||||
<meta name='twitter:image:alt' content="{{ video_file[:-4] }}">
|
||||
|
||||
<link rel='shortcut icon' type='image/x-icon' href='/static/images/favicon.ico' />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/plyr/dist/plyr.min.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap/dist/css/bootstrap.min.css" crossorigin="anonymous">
|
||||
<style>
|
||||
|
|
Loading…
Add table
Reference in a new issue