Improvements to themes, layouts, and CSS styling
This commit is contained in:
@ -1,10 +1 @@
|
||||
/* Open when someone clicks on the span element */
|
||||
function openActions() {
|
||||
document.getElementById("actions").style.width = "25%";
|
||||
}
|
||||
|
||||
/* Close when someone clicks on the "x" symbol inside the overlay */
|
||||
function closeActions() {
|
||||
document.getElementById("actions").style.width = "0%";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user