mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-06 03:34:54 +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
|
//override nc style to fix wrong offset
|
||||||
#content {
|
#content {
|
||||||
padding-top: 47px !important; // 45px but +2 because of borders
|
padding-top: 47px !important; // 45px but +2 because of borders
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
//this fixes the scrollbars, because passman-contols are shown above the sidebar.
|
//this fixes the scrollbars, because passman-contols are shown above the sidebar.
|
||||||
|
@ -39,7 +40,8 @@
|
||||||
#app-content-wrapper {
|
#app-content-wrapper {
|
||||||
min-height: 95%;
|
min-height: 95%;
|
||||||
display: block;
|
display: block;
|
||||||
//width: 100%;
|
//hack for missing separatorbar when app-sidebar is opened
|
||||||
|
height: calc(100vh - 49px);
|
||||||
#passman-controls {
|
#passman-controls {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
&.sidebar-shown {
|
&.sidebar-shown {
|
||||||
|
|
Loading…
Add table
Reference in a new issue