Compare commits
No commits in common. "a66fe016a006483345e50886ae95065597738fda" and "a0d05af90dc090bafe68f69208dd6d734022c5d8" have entirely different histories.
a66fe016a0
...
a0d05af90d
3 changed files with 4 additions and 12 deletions
|
@ -667,7 +667,7 @@ option {
|
||||||
.alert {
|
.alert {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
padding: 0.35em;
|
padding: 0 0.35em;
|
||||||
border-radius: $fallback--tooltipRadius;
|
border-radius: $fallback--tooltipRadius;
|
||||||
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,8 @@
|
||||||
|
|
||||||
.SearchBar {
|
.SearchBar {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: baseline;
|
||||||
|
vertical-align: baseline;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
&.-expanded {
|
&.-expanded {
|
||||||
|
@ -75,15 +76,6 @@
|
||||||
.search-bar-input {
|
.search-bar-input {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
border-top-right-radius: 0;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search-button {
|
|
||||||
aspect-ratio: 1/1;
|
|
||||||
border-top-left-radius: 0;
|
|
||||||
border-bottom-left-radius: 0;
|
|
||||||
box-shadow: var(--inputShadow);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.cancel-search {
|
.cancel-search {
|
||||||
|
@ -95,4 +87,5 @@
|
||||||
color: var(--btnTopBarText, $fallback--text);
|
color: var(--btnTopBarText, $fallback--text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -142,7 +142,6 @@
|
||||||
|
|
||||||
.nowrap {
|
.nowrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: end;
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue