Add CSS variable to make the UI gaps consistent and fix the resize handle position (#7234)
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
12000060a5
commit
9bcb82d6dc
8 changed files with 34 additions and 26 deletions
|
@ -166,6 +166,7 @@ limitations under the License.
|
|||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-right: calc($container-gap-width / 2);
|
||||
}
|
||||
|
||||
.mx_RoomView_statusArea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue