mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
* renamed folder MainMenu -> main-menu * rename ariaLabel -> aria-label and dataTestId -> data-testid * allow rest props * fix * lint * add ts check * ts for div * fix * fix * fix
21 lines
360 B
SCSS
21 lines
360 B
SCSS
.excalidraw {
|
|
.ActiveFile {
|
|
.ActiveFile__fileName {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
span {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width: 9.3em;
|
|
}
|
|
|
|
svg {
|
|
width: 1.15em;
|
|
margin-inline-end: 0.3em;
|
|
transform: scaleY(0.9);
|
|
}
|
|
}
|
|
}
|
|
}
|