mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-23 05:15:02 +08:00
Fixed Missing Sidebarseperator
Signed-off-by: Felix Nüsse <Felix.nuesse@t-online.de>
This commit is contained in:
parent
ba8102f701
commit
d5220573de
1 changed files with 3 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
//override nc style to fix wrong offset
|
||||
#content {
|
||||
padding-top: 47px !important; // 45px but +2 because of borders
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
//this fixes the scrollbars, because passman-contols are shown above the sidebar.
|
||||
|
@ -39,7 +40,8 @@
|
|||
#app-content-wrapper {
|
||||
min-height: 95%;
|
||||
display: block;
|
||||
//width: 100%;
|
||||
//hack for missing separatorbar when app-sidebar is opened
|
||||
height: calc(100vh - 49px);
|
||||
#passman-controls {
|
||||
text-align: center;
|
||||
&.sidebar-shown {
|
||||
|
|
Loading…
Add table
Reference in a new issue