mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 05:18:01 +08:00
Change notification counter position (#2000)
This commit is contained in:
parent
0b85dcbead
commit
4730e7bfee
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#notifications-dropdown {
|
#notifications-dropdown {
|
||||||
padding-left: 30px;
|
margin-left: 15px;
|
||||||
|
padding-left: 15px;
|
||||||
|
|
||||||
.fa-bell {
|
.fa-bell {
|
||||||
font-size: $font-size-large;
|
font-size: $font-size-large;
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: -10px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -417,6 +419,7 @@
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
padding: 1px 6px;
|
padding: 1px 6px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top: -10px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue