mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
feat: adjust styles for bookmark bar
This commit is contained in:
parent
2a6541e2d6
commit
308269164e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<ng-container *ngIf="(isAllDataLoadedInitially$|async)">
|
||||
<main-header></main-header>
|
||||
<bookmark-bar class="bgc-800"></bookmark-bar>
|
||||
<bookmark-bar></bookmark-bar>
|
||||
<!--TODO move inside page container somehow -->
|
||||
<banner></banner>
|
||||
<add-task-bar (blurred)="layoutService.hideAddTaskBar()"
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@ $listControlsWidth: 36px;
|
|||
$bookmarkMinWidth: 56px;
|
||||
|
||||
:host {
|
||||
|
||||
@include mat-css-color-and-contrast(700);
|
||||
}
|
||||
|
||||
|
||||
.global-bookmark-list-outer {
|
||||
padding-bottom: $sTopBottom;
|
||||
box-shadow: $whiteframe-shadow-3dp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue