Merge remote-tracking branch 'origin/develop' into sss-objects
This commit is contained in:
commit
76616461e9
130 changed files with 1129 additions and 1205 deletions
|
|
@ -2,7 +2,7 @@
|
|||
min-width: 0;
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
&:hover {
|
||||
--_still-image-img-visibility: visible;
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
@media all and (width <= 800px) {
|
||||
.repeater-avatar {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
|
@ -374,7 +374,6 @@
|
|||
height: 40px;
|
||||
|
||||
// TODO define those other way somehow?
|
||||
// stylelint-disable rscss/class-format
|
||||
&.-compact {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue