mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
better stars display
This commit is contained in:
parent
d79eed6d70
commit
c1dfa24f1b
2 changed files with 4 additions and 3 deletions
|
@ -18,6 +18,6 @@ export const DIALOGS: IDialogs = ({
|
||||||
|
|
||||||
export const TABS: IMapTabs = ({
|
export const TABS: IMapTabs = ({
|
||||||
mine: 'Мои',
|
mine: 'Мои',
|
||||||
all: 'Разное',
|
all: 'Заявки',
|
||||||
starred: 'Общие',
|
starred: 'Каталог',
|
||||||
});
|
});
|
||||||
|
|
|
@ -292,7 +292,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
fill: fade(white, 30%);
|
fill: fade(white, 30%);
|
||||||
background: fade(white, 5%);
|
background: fade(white, 8%);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 250ms, transform 500ms;
|
transition: background 250ms, transform 500ms;
|
||||||
|
|
||||||
|
@ -391,6 +391,7 @@
|
||||||
height: 32px;
|
height: 32px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
.dialog-tab {
|
.dialog-tab {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue