mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-17 05:21:07 +00:00
fixed some buttons not showing on mobile
This commit is contained in:
parent
4ea4e63aa3
commit
b4f378613d
2 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ export default {
|
|||
flex-direction: column;
|
||||
height: 100%;
|
||||
width: 600px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tab {
|
||||
display: flex;
|
||||
|
|
|
|||
|
|
@ -241,6 +241,7 @@ export default {
|
|||
transition: 0.3s;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.survey .button:hover {
|
||||
background: #02303c;
|
||||
|
|
|
|||
Loading…
Reference in a new issue