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