summaryrefslogtreecommitdiffhomepage
path: root/common/examples.css
diff options
context:
space:
mode:
authorRokas Puzonas <[email protected]>2023-08-26 14:36:13 +0300
committerRokas Puzonas <[email protected]>2023-08-26 14:36:13 +0300
commit9180122b48374dc585eaa0e7e8a59ad75ffa4e40 (patch)
treed272de218e6fc3dbed9cc8e1eff2b8b81e28e7bf /common/examples.css
parentc797f8a500874a2032ed744317cf03c37dfcddbe (diff)
downloadraylib.com-9180122b48374dc585eaa0e7e8a59ad75ffa4e40.tar.gz
raylib.com-9180122b48374dc585eaa0e7e8a59ad75ffa4e40.zip
update format of function_usages.json
Diffstat (limited to 'common/examples.css')
-rw-r--r--common/examples.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/examples.css b/common/examples.css
index fd41d6f..65ba8ad 100644
--- a/common/examples.css
+++ b/common/examples.css
@@ -4,7 +4,8 @@
#filter_menu { width:820px; height:80px; margin-left:15px; }
#filter_function_label { margin-top: 2rem; }
-#filter_function { display: block; margin-left:15px; margin-bottom: 2rem; }
+#filter_function { display: block; height: 1rem; margin-left:15px; margin-bottom: 2rem; }
+#matches_counter { display: inline; margin-bottom: 2rem; }
.legendButton { float:left; margin-right:8px; margin-bottom:20px; width:84px; height:78px; text-align:right; line-height:130px; cursor: pointer; transition: 0.125s; }
#core { background-color:#e1e1e1; color:#5c5a5a; border:5px solid #898888; }