Add example notifications and invites tab and improve ux
This commit is contained in:
parent
c943dee794
commit
f63f8dd77c
8 changed files with 264 additions and 24 deletions
|
|
@ -40,6 +40,7 @@ html {
|
|||
}
|
||||
body {
|
||||
padding-top: env(safe-area-inset-top);
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
background-color: var(--main-bg-color);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
|
|
@ -94,6 +95,8 @@ button, input {
|
|||
input {
|
||||
padding-left: calc(var(--button-margin) * 2);
|
||||
-webkit-touch-callout: default;
|
||||
user-select: text !important;
|
||||
-webkit-user-select: text !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -541,4 +544,13 @@ space{
|
|||
opacity: 1;
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse-text-button.selected {
|
||||
background-color: rgba(240, 240, 245, 0.1);
|
||||
}
|
||||
|
||||
.submit-button.tab-inactive {
|
||||
background-color: transparent;
|
||||
color: var(--text-color);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue