diff options
Diffstat (limited to 'notif/example.html')
| -rw-r--r-- | notif/example.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notif/example.html b/notif/example.html index e6b12c5..b1211b0 100644 --- a/notif/example.html +++ b/notif/example.html @@ -8,9 +8,13 @@ width: calc(100% - 1em); height: 4em; } + .empty { + height: 100vh; + } </style> </head> <body onload="main()"> + <p class="empty">Empty spaces.</p> <textarea id="input_msg"></textarea> <button onclick="notifInfo()">Info</button> <button onclick="notifError()">Error</button |
