summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-10-08 16:37:09 +0200
committerJules Laplace <julescarbon@gmail.com>2021-10-08 16:37:09 +0200
commit9c4afb8fd5ec7552eb67aa3c01e0cd1aabe612bc (patch)
tree84b5a6cb6a06ebfc21270120c7f4b471a90b793e /public
parente96be58325301f757d25e496f864f6a67d33dc80 (diff)
fixing race condition
Diffstat (limited to 'public')
-rw-r--r--public/assets/css/css.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/public/assets/css/css.css b/public/assets/css/css.css
index 8436bcc..7317399 100644
--- a/public/assets/css/css.css
+++ b/public/assets/css/css.css
@@ -232,6 +232,9 @@ a {
.gallery .buttons {
margin-top: 1rem;
}
+.gallery .buttons.arrows div {
+ display: inline-block;
+}
/** Videos */
@@ -362,6 +365,9 @@ a {
width: 25%;
padding: 1rem 2rem;
}
+.credits {
+ font-size: 1rem;
+}
.credits h2 {
width: 100%;
text-align: center;
@@ -397,9 +403,6 @@ a {
font-weight: bold;
}
.credits-rows a {
- text-decoration: none;
-}
-.credits-rows a:hover {
text-decoration: underline;
}
.credits-rows > div > div:first-child {
@@ -507,9 +510,16 @@ a {
.gallery .buttons.arrows {
position: absolute;
bottom: 0;
- right: 0;
+ right: 1rem;
width: auto;
}
+ .gallery .buttons.arrows div {
+ margin: 0 0.25rem;
+ width: 1.5rem;
+ height: 1.5rem;
+ padding: 0.25rem;
+ text-align: center;
+ }
.buttons.close {
width: auto;
position: fixed;
@@ -553,6 +563,9 @@ a {
.credits .row .column:first-child {
padding-top: 2rem;
}
+ .credits h2 {
+ margin-top: 0.5rem;
+ }
.credits .inner {
padding: 1rem;
}