mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 17:54:21 +01:00
Reverted New UI Design of WeKan v8.29 and added more fixes and performance improvements.
Thanks to xet7 !
This commit is contained in:
parent
d152d8fc1b
commit
1b8b8d2eef
196 changed files with 17659 additions and 10028 deletions
|
|
@ -1,40 +1,17 @@
|
|||
.notifications-container {
|
||||
/* absolute to render close to emoji and render on top,
|
||||
"naturally" on top because no parent stacking context */
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 1.5lh;
|
||||
background-color: #fafafa;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
border-radius: 2px;
|
||||
color: #000;
|
||||
z-index: 1;
|
||||
#notifications {
|
||||
position: relative;
|
||||
}
|
||||
#notifications .notifications-drawer-toggle {
|
||||
display: block;
|
||||
line-height: 28px;
|
||||
color: #f2f2f2;
|
||||
margin: 0 10px;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
text-align: center;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#notifications .notifications-drawer-toggle.alert {
|
||||
background-color: #eb4646;
|
||||
}
|
||||
|
||||
#notifications {
|
||||
/* to position popup */
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
#notifications-drawer {
|
||||
position: relative;
|
||||
min-height: min-content;
|
||||
height: fit-content;
|
||||
max-height: 100vh;
|
||||
z-index: 300;
|
||||
width: max-content;
|
||||
.fa {
|
||||
color: #bcbcbc !important;
|
||||
}
|
||||
}
|
||||
|
||||
body.mobile-mode {
|
||||
#notifications-drawer .header {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue