fix h2 style of credential view header with nc30

This commit is contained in:
binsky 2024-09-19 21:54:40 +02:00
parent bec3a1784c
commit 707b746e99
No known key found for this signature in database
GPG key ID: B438F7FA2E3AC98F
3 changed files with 3 additions and 1 deletions

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;