fixed responsive header tools before mobile (hamburgermenu) mode)
This commit is contained in:
@@ -6,7 +6,7 @@ import axios from 'axios'
|
||||
// console.log('window.location.origin', window.location.origin)
|
||||
|
||||
export const REST = axios.create({
|
||||
baseURL: '//' + window.location.host,
|
||||
baseURL: window.location.origin + '/' + drupalSettings.path.pathPrefix,
|
||||
withCredentials: true,
|
||||
headers: {
|
||||
// Authorization: 'Bearer {token}',
|
||||
|
@@ -56,7 +56,7 @@ export default {
|
||||
|
||||
<style lang="css" scoped>
|
||||
#user-tools{
|
||||
margin-right:0.5em;
|
||||
margin-right:0.2em;
|
||||
/* padding-right:0.5em; */
|
||||
/* border-right:1px solid #222; */
|
||||
}
|
||||
|
Reference in New Issue
Block a user