This commit is contained in:
@@ -19,11 +19,12 @@
|
||||
#title {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
&.with-feed, &.with-settings {
|
||||
#title {
|
||||
max-width: calc(100vw - var.$block-spacing - #{$panel-actual-width} - (var.$button-width + var.$block-spacing * 2) * 2);
|
||||
max-width: calc(100vw - var.$block-spacing - (var.$button-width + 2 * var.$block-spacing) * 2);
|
||||
}
|
||||
|
||||
#submap {
|
||||
|
||||
Reference in New Issue
Block a user