mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 09:15:33 +03:00
Small style fixes for notifications popover
This commit is contained in:
parent
1ddcb51af5
commit
0e1579ebf1
1 changed files with 4 additions and 1 deletions
|
@ -18,12 +18,15 @@
|
|||
}
|
||||
|
||||
.notifications-menu {
|
||||
width: 23em;
|
||||
width: 28em;
|
||||
font-size: 90%;
|
||||
padding: 0;
|
||||
height: 40em;
|
||||
overflow: auto;
|
||||
}
|
||||
.notifications-menu .status {
|
||||
font-size: inherit;
|
||||
}
|
||||
.notifications-menu header {
|
||||
padding: 16px;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue