Browse Source

Avoid side changes on web ui update

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v25.0.0beta4
Julius Härtl 1 year ago
parent
commit
8b86a07a3f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/guest.css

+ 1
- 1
core/css/guest.css View File

@@ -625,7 +625,7 @@ p.info {

/* Update */
.update {
width: inherit;
width: calc(100% - 32px);
text-align: center;
}
.update .appList {

Loading…
Cancel
Save