mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Explain origin of magic number
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
e455473d8f
commit
787e408016
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ limitations under the License.
|
|||
position: absolute;
|
||||
left: -15px;
|
||||
border-radius: 0 3px 3px 0;
|
||||
top: -8px; // (16px / 2)
|
||||
top: -8px; // (16px from height / 2)
|
||||
}
|
||||
|
||||
.mx_TagPanel .mx_TagTile.mx_AccessibleButton:focus {
|
||||
|
|
Loading…
Reference in a new issue