mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-06 03:34:54 +08:00
Merge branch 'nc30'
This commit is contained in:
commit
18ca2b84b8
4 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,7 @@ For an demo of this app visit [https://demo.passman.cc](https://demo.passman.cc)
|
|||
<database>pgsql</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
<lib>openssl</lib>
|
||||
<nextcloud min-version="26" max-version="29"/>
|
||||
<nextcloud min-version="26" max-version="30"/>
|
||||
</dependencies>
|
||||
|
||||
<background-jobs>
|
||||
|
|
|
@ -883,6 +883,7 @@
|
|||
padding: 10px;
|
||||
overflow-y: auto; }
|
||||
#app-content #app-content-wrapper .app_sidebar h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -544,6 +544,7 @@
|
|||
.app_sidebar {
|
||||
float:right;
|
||||
h2 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 10px;
|
||||
font-weight: 400;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Reference in a new issue