mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Some fixes (#33483)
This commit is contained in:
parent
8895a01ced
commit
f9ab890c39
@ -286,11 +286,12 @@ header .breadcrumbs {
|
||||
.links {
|
||||
margin-top: 12px;
|
||||
margin-right: -8px;
|
||||
margin-bottom: -8px;
|
||||
font-size: .9rem;
|
||||
text-align: right;
|
||||
|
||||
a {
|
||||
background: #e8edf0;
|
||||
background: #e8edf0;
|
||||
font-family: $heading-font;
|
||||
text-decoration: none;
|
||||
font-weight: 650;
|
||||
@ -363,7 +364,7 @@ a.material-card:hover {
|
||||
border-radius: 24px;
|
||||
margin: 8px 0;
|
||||
transition: box-shadow .33s;
|
||||
|
||||
|
||||
&::before {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
@ -727,8 +728,8 @@ article.listing {
|
||||
|
||||
&>li.toc-entry:first-child{
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&>li.toc-entry {
|
||||
list-style-type: none;
|
||||
}
|
||||
@ -894,7 +895,7 @@ div.config-vars {
|
||||
.config-vars-label {
|
||||
padding-bottom: 4px;
|
||||
position: relative;
|
||||
|
||||
|
||||
a.title-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -1051,4 +1052,4 @@ a.my {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 999;
|
||||
}
|
||||
}
|
||||
|
@ -126,9 +126,10 @@
|
||||
|
||||
.button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 20px;
|
||||
border-radius: 32px;
|
||||
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div class="grid__item flex__item two-fifths lap-one-half palm-one-whole">
|
||||
<iframe id="HAdemo" title="Home Assistant Demo"
|
||||
src="https://demo.home-assistant.io/">
|
||||
src="https://demo.home-assistant.io/?frontpage">
|
||||
</iframe>
|
||||
|
||||
<a id="HAdemoScreenshot" href='https://demo.home-assistant.io/' target='_blank'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user