Merge remote-tracking branch 'parent/main' into upstream-20240118
This commit is contained in:
commit
2b51fabe9c
397 changed files with 2899 additions and 3252 deletions
8
app/javascript/styles/fonts/inter.scss
Normal file
8
app/javascript/styles/fonts/inter.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
@font-face {
|
||||
font-family: Inter;
|
||||
src: url('../fonts/inter/inter-variable-font-slnt-wght.woff2')
|
||||
format('woff2-variations');
|
||||
font-weight: 100 900;
|
||||
font-style: normal;
|
||||
mso-generic-font-family: swiss; /* stylelint-disable-line property-no-unknown -- Proprietary property for Outlook on Windows. */
|
||||
}
|
File diff suppressed because it is too large
Load diff
|
@ -1466,8 +1466,7 @@ body > [data-popper-placement] {
|
|||
.icon {
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
position: relative;
|
||||
top: 0.145em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -5835,6 +5834,10 @@ a.status-card {
|
|||
padding-inline-end: 10px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
@ -6386,6 +6389,7 @@ a.status-card {
|
|||
gap: 2px;
|
||||
}
|
||||
|
||||
.media-gallery__alt__label,
|
||||
.media-gallery__gifv__label {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -6462,6 +6466,7 @@ a.status-card {
|
|||
|
||||
.icon {
|
||||
color: $dark-text-color;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7856,6 +7861,13 @@ noscript {
|
|||
span {
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
.icon-lock {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
position: relative;
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue