mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +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 {
|
.notifications-menu {
|
||||||
width: 23em;
|
width: 28em;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 40em;
|
height: 40em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.notifications-menu .status {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
.notifications-menu header {
|
.notifications-menu header {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue