mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
fix alignment
This commit is contained in:
parent
afcbb218fa
commit
84eb72b0e0
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@ limitations under the License.
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -15px;
|
left: -15px;
|
||||||
border-radius: 0 3px 3px 0;
|
border-radius: 0 3px 3px 0;
|
||||||
top: -8px; // (56 - 40)/2
|
top: 2px; // 10 [padding-top] - (56 - 40)/2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue