mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Add "Go to shop" in mobile view
This commit is contained in:
@@ -332,3 +332,22 @@ body.loading #wrapper {
|
||||
max-width: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-navbar-view-form {
|
||||
float: right;
|
||||
button {
|
||||
position: relative;
|
||||
margin-right: 15px;
|
||||
padding: 6px 10px;
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
background-color: transparent;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
.mobile-navbar-view-link {
|
||||
padding: 6px 10px;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user