Skip to content

Commit

Permalink
improve mobile usability
Browse files Browse the repository at this point in the history
  • Loading branch information
yahesh committed Aug 18, 2024
1 parent 98a87a6 commit 77e51d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.41b1 (2024-8-18)

* improve mobile usability
* disable error logs in NGINX config

# 0.41b0 (2024-08-17)

* fix non-greedyness of RegExes
Expand Down
2 changes: 1 addition & 1 deletion defaults/nginx/sites/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
listen [::]:80 default_server;

access_log off;
error_log /dev/stderr warn;
error_log /dev/null emerg;

root /www/htdocs;
index index.php index.html;
Expand Down
2 changes: 1 addition & 1 deletion html/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
# Shared-Secrets v0.41b0
# Shared-Secrets v0.41b1
#
# Copyright (c) 2023-2024, Yahe
# Copyright (c) 2016-2023, SysEleven GmbH
Expand Down
2 changes: 1 addition & 1 deletion html/resources/css/read/post.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

#password-div {
width: 25%;
width: 50%;
}

#secret {
Expand Down
2 changes: 1 addition & 1 deletion html/resources/css/share/get.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}

#password-div {
width: 25%;
width: 50%;
}

#secret {
Expand Down

0 comments on commit 77e51d5

Please sign in to comment.