Merge branch 'nc30'

This commit is contained in:
Marcos Zuriaga 2024-10-14 23:19:23 +02:00
commit 18ca2b84b8
No known key found for this signature in database
GPG key ID: 7D15585354D072FF
4 changed files with 4 additions and 2 deletions

View file

@ -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>

View file

@ -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

View file

@ -544,6 +544,7 @@
.app_sidebar {
float:right;
h2 {
margin-top: 0;
margin-bottom: 10px;
font-weight: 400;
overflow: hidden;