mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Merge pull request #4771 from nextcloud/error-page-logo-css
use the same logo css for the error page as the login page
This commit is contained in:
commit
d84a6ec3f3
1 changed files with 6 additions and 0 deletions
|
|
@ -107,6 +107,12 @@
|
|||
width: 252px;
|
||||
height: 120px;
|
||||
margin: 0 auto;
|
||||
|
||||
img {
|
||||
opacity: 0;
|
||||
max-width: 100%;
|
||||
max-height: 200px;
|
||||
}
|
||||
}
|
||||
.logo-icon {
|
||||
/* display logo so appname can be shown next to it */
|
||||
|
|
|
|||
Loading…
Reference in a new issue