02aa66796c4d13680acda441e45d765f3ae6c3dba8a829f68e0083d061d1c7fbdb37f88a7bff93b8529b96a7a1fef6c8a658be43b767ae6e9500d811861851 781 B

12345678910111213141516171819202122232425
  1. /*---------------------------------------------------------------------------------------------
  2. * Copyright (c) Microsoft Corporation. All rights reserved.
  3. * Licensed under the MIT License. See License.txt in the project root for license information.
  4. *--------------------------------------------------------------------------------------------*/
  5. .monaco-editor .margin-view-overlays .line-numbers {
  6. font-variant-numeric: tabular-nums;
  7. position: absolute;
  8. text-align: right;
  9. display: inline-block;
  10. vertical-align: middle;
  11. box-sizing: border-box;
  12. cursor: default;
  13. height: 100%;
  14. }
  15. .monaco-editor .relative-current-line-number {
  16. text-align: left;
  17. display: inline-block;
  18. width: 100%;
  19. }
  20. .monaco-editor .margin-view-overlays .line-numbers.lh-odd {
  21. margin-top: 1px;
  22. }