Skip to content
Snippets Groups Projects
Commit 5e5c5728 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Move button to bottom of screen.

parent cfd45acb
No related branches found
No related tags found
No related merge requests found
// ==UserScript== // ==UserScript==
// @name Date Button // @name Date Button
// @namespace http://hugo.hornquist.se // @namespace http://hugo.hornquist.se
// @version 0.1.6 // @version 0.1.7
// @author hugo@lysator.liu.se // @author hugo@lysator.liu.se
// @match *://*/* // @match *://*/*
// @description Inputs the current date into the current text field. // @description Inputs the current date into the current text field.
...@@ -107,8 +107,8 @@ ...@@ -107,8 +107,8 @@
style.textContent = ` style.textContent = `
#${btn_id} { #${btn_id} {
position: fixed; position: fixed;
top: 1em; bottom: 0;
left: 1em; right: 1em;
z-index: 10000; z-index: 10000;
background: lightgray; background: lightgray;
border: 2px solid black; border: 2px solid black;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment