summaryrefslogtreecommitdiff
path: root/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'main.css')
-rw-r--r--main.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/main.css b/main.css
index 612f69c..6dd2b89 100644
--- a/main.css
+++ b/main.css
@@ -460,8 +460,8 @@ a.lcolonq-button-link :active {
margin-right: 1rem;
margin-bottom: 1rem;
display: grid;
- grid-auto-flow: dense;
- grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
+ justify-content: center;
+ grid-template-columns: repeat(auto-fit, 20rem);
grid-auto-rows: minmax(10rem, auto);
gap: 1rem;
}
@@ -469,6 +469,15 @@ a.lcolonq-button-link :active {
.lcolonq-gc-panel {
border: solid black;
padding: 1rem;
+ /* display: none; */
+}
+
+.lcolonq-gc-panel:hover {
+ background-color: #eeeeee;
+}
+
+.lcolonq-gc-visible {
+ display: block;
}
.lcolonq-gc-panel h2 {