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:
Timo
2021-12-06 13:10:52 +01:00
committed by GitHub
co-authored by J. Ryan Stinnett
parent 12000060a5
commit 9bcb82d6dc
8 changed files with 34 additions and 26 deletions
-3
View File
@@ -19,7 +19,6 @@ limitations under the License.
.mx_CallViewForRoom_ResizeWrapper {
display: flex;
margin-bottom: 8px;
&:hover .mx_CallViewForRoom_ResizeHandle {
// Need to use important to override element style attributes
@@ -31,8 +30,6 @@ limitations under the License.
&::after {
content: '';
margin-top: 3px;
border-radius: 4px;
height: 4px;