Refine decoy UI text and lock dark theme
This commit is contained in:
@@ -202,6 +202,8 @@
|
||||
letter-spacing: 0.15px;
|
||||
min-width: 115px;
|
||||
width: 115px;
|
||||
max-width: 115px;
|
||||
flex: 0 0 115px;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<span class="legend-pill request-pill">Request</span>
|
||||
<span class="legend-pill response-pill">Response</span>
|
||||
</div>
|
||||
<ThemeButton class="d-inline-flex theme-toggle"/>
|
||||
</div>
|
||||
<Packet v-for="packetWithOffset in packetsWithOffsets"
|
||||
:key="packetWithOffset.packet.id"
|
||||
@@ -19,7 +18,6 @@
|
||||
|
||||
<script>
|
||||
import Packet from '../components/Packet';
|
||||
import ThemeButton from '@/components/ThemeButton.vue';
|
||||
|
||||
export default {
|
||||
name: 'ContentStream',
|
||||
@@ -97,7 +95,6 @@
|
||||
},
|
||||
},
|
||||
components: {
|
||||
ThemeButton,
|
||||
Packet,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user