Compare commits
No commits in common. "6c528818ee7b1a033a5b36dd7cdb23f475e4893e" and "d43c278d9d83e9f55d01b591c4667578d21b80b0" have entirely different histories.
6c528818ee
...
d43c278d9d
4 changed files with 2 additions and 19 deletions
|
@ -202,9 +202,6 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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,9 +76,6 @@
|
||||||
.search-button {
|
.search-button {
|
||||||
margin-left: 0.5em;
|
margin-left: 0.5em;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-bar-input {
|
.search-bar-input {
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
border-bottom-left-radius: inherit;
|
border-bottom-left-radius: inherit;
|
||||||
// create new stacking context
|
// create new stacking context
|
||||||
position: relative;
|
position: relative;
|
||||||
text-shadow: 0 0 1em var(--btn, $fallback--fg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.background-image {
|
.background-image {
|
||||||
|
@ -185,19 +184,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-line {
|
|
||||||
.button-unstyled {
|
|
||||||
filter: drop-shadow(0 0 1em var(--btn, $fallback--fg));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-name {
|
.user-name {
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
text-shadow: 0 0 1em var(--btn, $fallback--fg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-line {
|
.bottom-line {
|
||||||
|
@ -216,7 +208,6 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $fallback--lightText;
|
color: $fallback--lightText;
|
||||||
color: var(--lightText, $fallback--lightText);
|
color: var(--lightText, $fallback--lightText);
|
||||||
text-shadow: 0 0 1em var(--btn, $fallback--fg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dailyAvg {
|
.dailyAvg {
|
||||||
|
@ -226,7 +217,6 @@
|
||||||
font-size: 0.7em;
|
font-size: 0.7em;
|
||||||
color: $fallback--text;
|
color: $fallback--text;
|
||||||
color: var(--text, $fallback--text);
|
color: var(--text, $fallback--text);
|
||||||
text-shadow: 0 0 1em var(--btn, $fallback--fg);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-role {
|
.user-role {
|
||||||
|
@ -245,7 +235,6 @@
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: right;
|
justify-content: right;
|
||||||
text-shadow: 0 0 1em var(--btn, $fallback--fg);
|
|
||||||
|
|
||||||
.following, .requested_by, .blocking {
|
.following, .requested_by, .blocking {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
|
|
@ -84,7 +84,6 @@
|
||||||
"cRed": "#f7c4cd",
|
"cRed": "#f7c4cd",
|
||||||
"cGreen": "#a1e45d",
|
"cGreen": "#a1e45d",
|
||||||
"cOrange": "#ead15e",
|
"cOrange": "#ead15e",
|
||||||
"btnToggled": "#ddd7d2",
|
|
||||||
"alertError": "#ff2975"
|
"alertError": "#ff2975"
|
||||||
},
|
},
|
||||||
"radii": {
|
"radii": {
|
||||||
|
|
Loading…
Reference in a new issue