選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

locationbar.scss 358B

12345678910111213141516171819202122
  1. .dc-location-bar {
  2. position: absolute;
  3. left: 270px;
  4. bottom: 2px;
  5. font-size: 14px;
  6. color: rgb(255, 255, 255);
  7. background: rgba(0, 0, 0, 0.6);
  8. padding: 2px 5px;
  9. border-radius: 2px;
  10. user-select: none;
  11. display: flex;
  12. span {
  13. margin: 0 8px;
  14. display: inline-block;
  15. }
  16. .mouse-location{
  17. span{
  18. min-width: 100px;
  19. }
  20. }
  21. }