aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/components/main-menu/DefaultItems.scss
blob: 404df84e98af28e3e6d3692d04aeaacb484c6062 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.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);
      }
    }
  }
}