New assistant.google integration #335

Merged
blacklight merged 9 commits from 284/refactor-google-assistant-integration into master 2023-10-23 16:04:35 +02:00
1 changed files with 18 additions and 5 deletions
Showing only changes of commit fd26f7fef3 - Show all commits

View File

@ -193,6 +193,11 @@ nav {
top: 0;
left: 0;
z-index: 5;
.icon.status {
top: 0.75em !important;
left: 2em;
}
}
}
@ -319,6 +324,10 @@ nav {
}
}
.icon.status {
width: 1em;
}
&.collapsed {
display: flex;
flex-direction: column;
@ -354,15 +363,19 @@ nav {
box-shadow: none;
background: $nav-toggler-collapsed-bg;
@media screen and (max-width: #{$tablet - 1px}) {
background: $nav-toggler-collapsed-mobile-bg;
color: $nav-toggler-collapsed-mobile-fg;
}
.icon.status {
top: 0.75em;
left: 2em;
}
@include until($tablet) {
background: $nav-toggler-collapsed-mobile-bg;
color: $nav-toggler-collapsed-mobile-fg;
.icon.status {
top: 0.75em !important;
}
}
}
.footer {