mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-22 08:14:46 +07:00
map_list: initial
urls: editing now handled through urls
This commit is contained in:
parent
3771e5d338
commit
0d9bad9095
23 changed files with 386 additions and 68 deletions
src/styles
|
@ -9,6 +9,7 @@
|
|||
@import 'user-button.less';
|
||||
@import 'save.less';
|
||||
@import 'renderer.less';
|
||||
@import 'dialogs.less';
|
||||
|
||||
body {
|
||||
font-family: 'Rubik', sans-serif;
|
||||
|
@ -54,8 +55,8 @@ body {
|
|||
|
||||
.cursor-tooltip {
|
||||
position: fixed;
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
top: 4px;
|
||||
left: 4px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
z-index: 10;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue