[UPDT] PMS: Remove back button and feedback answer view sidebar style
This commit is contained in:
@@ -11,18 +11,8 @@
|
||||
<!-- End of Navigation -->
|
||||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
|
||||
<div class="oh-wrapper">
|
||||
<div class="d-none mt-5" id="back_button" style="width:10%">
|
||||
<a href=""
|
||||
class="oh-btn oh-btn--secondary oh-btn--shadow ms-3"
|
||||
>
|
||||
<ion-icon
|
||||
class="me-2 md hydrated"
|
||||
name="arrow-back-outline"
|
||||
role="img"
|
||||
aria-label="arrow-back-outline"
|
||||
></ion-icon
|
||||
>{% trans "Back" %}</a
|
||||
>
|
||||
<div class="d-none mt-5">
|
||||
|
||||
</div>
|
||||
<div class="oh-dashboard row" id="dashboard">
|
||||
<div class="oh-dashboard__left col-12 col-sm-12 col-md-12 col-lg-9">
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
</main>
|
||||
|
||||
<!-- answer off canvas -->
|
||||
<div class="oh-activity-sidebar" id="answerViewAccordion">
|
||||
<div class="oh-activity-sidebar" id="answerViewAccordion" style="z-index:1000">
|
||||
<div class="oh-activity-sidebar__header">
|
||||
<span id="closanswer" style="cursor: pointer;" title="{% trans 'Close' %}">
|
||||
<ion-icon
|
||||
|
||||
Reference in New Issue
Block a user