Undo TitledContainer changes

since nobody asked for that
This commit is contained in:
Matthias Metelka 2023-01-14 03:19:55 +01:00
parent 9f5c3de28a
commit d4adde9091

View file

@ -36,7 +36,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
@use "sass/elevation" as *; @use "sass/elevation" as *;
.container { .container {
width: 100%; width: 100%;
:global(.fancy) & {
background: var(--canvas-elevated); background: var(--canvas-elevated);
border: 1px solid var(--border-subtle); border: 1px solid var(--border-subtle);
border-radius: var(--border-radius-medium, 10px); border-radius: var(--border-radius-medium, 10px);
@ -55,7 +54,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
@include elevation(4); @include elevation(4);
} }
} }
}
padding: 1rem 1.75rem 0.75rem 1.25rem; padding: 1rem 1.75rem 0.75rem 1.25rem;
&.rtl { &.rtl {
padding: 1rem 1.25rem 0.75rem 1.75rem; padding: 1rem 1.25rem 0.75rem 1.75rem;