Поправки порядка загрузки компонентов и сопутствующих багов

This commit is contained in:
Book Pauk
2019-07-21 14:39:06 +07:00
parent 0d41171e9d
commit 9af055ec54
7 changed files with 55 additions and 19 deletions

View File

@@ -1036,7 +1036,7 @@ class Reader extends Vue {
overflow-x: auto;
overflow-y: hidden;
}
.header {
display: flex;
justify-content: space-between;
@@ -1064,6 +1064,10 @@ class Reader extends Vue {
box-shadow: 3px 3px 5px black;
}
.tool-button + .tool-button {
margin: 0 2px 0 2px;
}
.tool-button:hover {
background-color: white;
}