Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-10-14 09:33:52 +02:00
Родитель 4d3356ec97
Коммит 827c184c8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
8 изменённых файлов: 53 добавлений и 53 удалений

Просмотреть файл

@ -121,7 +121,7 @@ export default {
.wrapper {
width: 100%;
padding: 0px 0 0px 0;
padding: 0 0 0 0;
&:focus {
background-color: rgba(47, 47, 47, 0.068);
}
@ -141,7 +141,7 @@ export default {
display: flex;
min-width: 110px;
color: #989898;
padding: 0px 8px 0 8px;
padding: 0 8px 0 8px;
}
.actions {

Просмотреть файл

@ -88,7 +88,7 @@ export default {
display: flex;
flex-grow: 1;
flex-direction: column;
font-size: 20;
font-size: 20px;
&-header {
color: var(--color-text-maxcontrast);
}

Просмотреть файл

@ -91,7 +91,7 @@ export default {
.app-navigation-search {
position: sticky;
top: 0px;
top: 0;
background-color: white;
border-bottom: 1px solid lightgray;
&__input {

Просмотреть файл

@ -98,7 +98,7 @@ export default {
.settings {
position: sticky;
bottom: 0px;
bottom: 0;
border-top: 1px solid lightgray;
}
</style>