Disable .scrollable border to prevent double-border when used on top of Mastodon's default light theme
This commit is contained in:
parent
abb7fc19b2
commit
ffeacea48b
3 changed files with 3 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ body.app-body {
|
||||||
max-height: max-content;
|
max-height: max-content;
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
.app-body .dismissable-banner + .scrollable {
|
.app-body .dismissable-banner + .scrollable {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
|
|
@ -325,6 +325,7 @@ body.app-body {
|
||||||
max-height: max-content;
|
max-height: max-content;
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
.app-body .dismissable-banner + .scrollable {
|
.app-body .dismissable-banner + .scrollable {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
|
|
@ -325,6 +325,7 @@ body.app-body {
|
||||||
max-height: max-content;
|
max-height: max-content;
|
||||||
border-bottom-left-radius: 8px;
|
border-bottom-left-radius: 8px;
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
|
border: 0;
|
||||||
}
|
}
|
||||||
.app-body .dismissable-banner + .scrollable {
|
.app-body .dismissable-banner + .scrollable {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue