mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
improve user stat button position
This commit is contained in:
@ -2444,6 +2444,9 @@
|
|||||||
<div class="flex1">
|
<div class="flex1">
|
||||||
<h4 data-i18n="Your Avatar" class="title_restorable">
|
<h4 data-i18n="Your Avatar" class="title_restorable">
|
||||||
<span>Your Persona</span>
|
<span>Your Persona</span>
|
||||||
|
<button class="menu_button menu_button_icon user_stats_button" title="Click for stats!">
|
||||||
|
<i class="fa-solid fa-circle-info"></i>Usage Stats
|
||||||
|
</button>
|
||||||
<div id="create_dummy_persona" class="menu_button menu_button_icon" title="Create a dummy persona" data-i18n="[title]Create a dummy persona">
|
<div id="create_dummy_persona" class="menu_button menu_button_icon" title="Create a dummy persona" data-i18n="[title]Create a dummy persona">
|
||||||
<i class="fa-solid fa-person-circle-question fa-fw"></i>
|
<i class="fa-solid fa-person-circle-question fa-fw"></i>
|
||||||
<span>Blank</span>
|
<span>Blank</span>
|
||||||
@ -2457,9 +2460,7 @@
|
|||||||
<input type="file" id="avatar_upload_file" accept="image/*" name="avatar">
|
<input type="file" id="avatar_upload_file" accept="image/*" name="avatar">
|
||||||
<input type="hidden" id="avatar_upload_overwrite" name="overwrite_name" value="">
|
<input type="hidden" id="avatar_upload_overwrite" name="overwrite_name" value="">
|
||||||
</form>
|
</form>
|
||||||
<button class="menu_button menu_button_icon user_stats_button" title="Click for stats!">
|
|
||||||
<i class="fa-solid fa-circle-info"></i>Usage Stats
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -3682,4 +3683,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1963,9 +1963,9 @@ grammarly-extension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user_stats_button {
|
.user_stats_button {
|
||||||
position: absolute;
|
/* position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.large_dialogue_popup {
|
.large_dialogue_popup {
|
||||||
@ -5410,4 +5410,4 @@ body.waifuMode .zoomed_avatar {
|
|||||||
background-color: var(--SmartThemeBlurTintColor);
|
background-color: var(--SmartThemeBlurTintColor);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
Reference in New Issue
Block a user