mirror of
https://github.com/Threnklyn/wg-ui.git
synced 2026-05-19 05:13:30 +02:00
Adjust layout to be more spacious
This commit is contained in:
@@ -437,7 +437,7 @@ Endpoint = %s
|
||||
format := r.URL.Query().Get("format")
|
||||
|
||||
if format == "qrcode" {
|
||||
png, err := qrcode.Encode(configData, qrcode.Medium, 190)
|
||||
png, err := qrcode.Encode(configData, qrcode.Medium, 220)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
w.WriteHeader(http.StatusInternalServerError)
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
|
||||
.download {
|
||||
margin-top: 1em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user