updated logic for padding with spaces, improved spam mode

This commit is contained in:
Henry Jameson 2019-09-15 12:09:19 +03:00
parent d2fe797821
commit e366adbb6c
5 changed files with 36 additions and 7 deletions

View file

@ -15,7 +15,8 @@
line-height: normal;
}
.spam-mode-label {
padding: 7px;
padding: 0 7px;
display: flex;
}
.heading {
@ -104,6 +105,7 @@
flex: 1 1 1px;
position: relative;
overflow: auto;
user-select: none;
mask: linear-gradient(to top, white 0, transparent 100%) bottom no-repeat,
linear-gradient(to bottom, white 0, transparent 100%) top no-repeat,
linear-gradient(to top, white, white);