mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-11 05:56:15 +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>pgsql</database>
|
||||||
<database min-version="5.5">mysql</database>
|
<database min-version="5.5">mysql</database>
|
||||||
<lib>openssl</lib>
|
<lib>openssl</lib>
|
||||||
<nextcloud min-version="26" max-version="29"/>
|
<nextcloud min-version="26" max-version="30"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
|
|
|
@ -883,6 +883,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
overflow-y: auto; }
|
overflow-y: auto; }
|
||||||
#app-content #app-content-wrapper .app_sidebar h2 {
|
#app-content #app-content-wrapper .app_sidebar h2 {
|
||||||
|
margin-top: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -544,6 +544,7 @@
|
||||||
.app_sidebar {
|
.app_sidebar {
|
||||||
float:right;
|
float:right;
|
||||||
h2 {
|
h2 {
|
||||||
|
margin-top: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Reference in a new issue