mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Fix some minor styling issues
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
5c4ad4efe5
commit
b455b07390
1 changed files with 2 additions and 2 deletions
|
|
@ -789,7 +789,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
|
|||
|
||||
#app-settings-header {
|
||||
box-sizing: border-box;
|
||||
background-color: var(--color-main-background);
|
||||
background-color: transparent;
|
||||
overflow: hidden;
|
||||
border-radius: var(--border-radius-pill);
|
||||
}
|
||||
|
|
@ -802,7 +802,7 @@ $min-content-width: variables.$breakpoint-mobile - variables.$navigation-width -
|
|||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: var(--color-main-background);
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue