forked from cybrespace/mastodon
Merge branches 'theme_base' and 'theme_cybre' into cybrespace-3.0
This commit is contained in:
commit
e0ebb89b65
|
@ -8,6 +8,10 @@
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
min-width: 330px;
|
min-width: 330px;
|
||||||
}
|
}
|
||||||
|
.layout-multiple-columns .column {
|
||||||
|
flex-grow: 1 !important;
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Don't show outline around statuses if we're in
|
/* Don't show outline around statuses if we're in
|
||||||
|
|
|
@ -272,7 +272,7 @@ body.about-body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.status__content a, .reply-indicator__content a,
|
.status__content a,
|
||||||
.status__content a.unhandled-link, .reply-indicator__content a.unhandled-link {
|
.status__content a.unhandled-link {
|
||||||
color: mix($ui-highlight-color, $ui-secondary-color, 10%);
|
color: mix($ui-highlight-color, $ui-secondary-color, 10%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue