mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Follow up tweaking of admin UI changes (#31168)
This commit is contained in:
parent
37f5718482
commit
848a5ca53d
2 changed files with 1 additions and 11 deletions
|
@ -298,12 +298,6 @@ html {
|
||||||
.directory__tag > div {
|
.directory__tag > div {
|
||||||
background: $white;
|
background: $white;
|
||||||
border: 1px solid var(--background-border-color);
|
border: 1px solid var(--background-border-color);
|
||||||
|
|
||||||
@media screen and (max-width: $no-gap-breakpoint) {
|
|
||||||
border-left: 0;
|
|
||||||
border-right: 0;
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.picture-in-picture-placeholder {
|
.picture-in-picture-placeholder {
|
||||||
|
@ -318,10 +312,6 @@ html {
|
||||||
&:focus {
|
&:focus {
|
||||||
background: $ui-base-color;
|
background: $ui-base-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $no-gap-breakpoint) {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.batch-table {
|
.batch-table {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
@use 'sass:math';
|
@use 'sass:math';
|
||||||
|
|
||||||
$no-columns-breakpoint: 600px;
|
$no-columns-breakpoint: 890px;
|
||||||
$sidebar-width: 300px;
|
$sidebar-width: 300px;
|
||||||
$content-width: 840px;
|
$content-width: 840px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue