mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[PM-29128] Fix desktop layout (#17789)
* Temporary styling that handles app-header * Update with layouti mprovements
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<bit-layout>
|
<bit-layout class="!tw-h-full">
|
||||||
<app-side-nav slot="side-nav">
|
<app-side-nav slot="side-nav">
|
||||||
<bit-nav-logo [openIcon]="logo" route="." [label]="'passwordManager' | i18n"></bit-nav-logo>
|
<bit-nav-logo [openIcon]="logo" route="." [label]="'passwordManager' | i18n"></bit-nav-logo>
|
||||||
|
|
||||||
|
|||||||
15
apps/desktop/src/scss/migration.scss
Normal file
15
apps/desktop/src/scss/migration.scss
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
/**
|
||||||
|
* Desktop UI Migration
|
||||||
|
*
|
||||||
|
* These are temporary styles during the desktop ui migration.
|
||||||
|
**/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This removes any padding applied by the bit-layout to content.
|
||||||
|
* This should be revisited once the table is migrated, and again once drawers are migrated.
|
||||||
|
**/
|
||||||
|
bit-layout {
|
||||||
|
#main-content {
|
||||||
|
padding: 0 0 0 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -15,5 +15,6 @@
|
|||||||
@import "left-nav.scss";
|
@import "left-nav.scss";
|
||||||
@import "loading.scss";
|
@import "loading.scss";
|
||||||
@import "plugins.scss";
|
@import "plugins.scss";
|
||||||
|
@import "migration.scss";
|
||||||
@import "../../../../libs/angular/src/scss/icons.scss";
|
@import "../../../../libs/angular/src/scss/icons.scss";
|
||||||
@import "../../../../libs/components/src/multi-select/scss/bw.theme";
|
@import "../../../../libs/components/src/multi-select/scss/bw.theme";
|
||||||
|
|||||||
Reference in New Issue
Block a user