summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-29 23:02:48 +0200
committerjulian laplace <julescarbon@gmail.com>2022-10-29 23:02:48 +0200
commit7cf7fe2625e11f0368b0d48a84432766da671cd0 (patch)
tree4bf9606d4b3028590a29b537d6264d33dbbe1517 /public/assets
parentba6707333c979042ce10c87f69f5220be3d011b2 (diff)
css
Diffstat (limited to 'public/assets')
-rw-r--r--public/assets/css/hootstream.css34
1 files changed, 26 insertions, 8 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css
index c1f205b..3e22006 100644
--- a/public/assets/css/hootstream.css
+++ b/public/assets/css/hootstream.css
@@ -438,6 +438,7 @@
font-size: 11px;
margin-top: 0.5rem;
margin-bottom: 1rem;
+ user-select: none;
}
/** Ho0t FILTERs */
#hootfilters {
@@ -450,12 +451,15 @@
margin: 0.5rem 0.5rem;
color: #888;
}
+#hootfilters .filterSet:first-child {
+ margin-left: 0;
+}
#hootfilters .filterSet .filter,
#hootfilters .filterSet .sort {
color: #fff;
}
#hootfilters .links {
- margin: 0.5rem 1rem;
+ margin: 0rem 0rem;
flex: 1;
justify-content: flex-end;
color: #888;
@@ -465,6 +469,18 @@
background: rgba(127, 127, 167, 0.4);
border-radius: 0.5rem;
padding: 0.375rem 0.5rem;
+ opacity: 0.9;
+}
+#hootfilters .filterSet {
+ opacity: 0.9;
+ transition: opacity 0.1s;
+}
+#hootfilters .filter:hover,
+#hootfilters .sort:hover label {
+ opacity: 1;
+}
+#hootfilters .filterSet:hover {
+ opacity: 1;
}
#hootfilters label,
@@ -595,6 +611,15 @@
margin-top: 1.5rem;
}
+ #hootfilters {
+ justify-content: space-evenly;
+ }
+ #hootfilters .links {
+ width: 100%;
+ justify-content: space-evenly;
+ margin: 0rem 1rem;
+ }
+
/** hoot EVENTS */
#hootevents {
padding-right: 0;
@@ -657,11 +682,4 @@
max-height: calc(80vmin - 1rem);
display: block;
}
- #hootfilters {
- justify-content: space-evenly;
- }
- #hootfilters .links {
- width: 100%;
- justify-content: space-evenly;
- }
}