Skip to content

Commit

Permalink
small css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Escartem committed Mar 12, 2024
1 parent 0200285 commit 0a883c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions public/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,12 @@ kbd {
height: 95%;
}

.leftPanelSettings {
display: flex;
flex-direction: column;
width: 100%;
}

#left-panel-map {
width: 100%;
height: 100%;
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- CSS -->
<link rel="stylesheet" href="assets/css/material-components-web.min.css">
<link rel="stylesheet" href="assets/css/material.indigo-pink.min.css">
<link rel="stylesheet" href="assets/css/styles.css?v=2.6.5">
<link rel="stylesheet" href="assets/css/styles.css?v=2.6.5:1">
<link rel="stylesheet" href="assets/css/leaflet.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-132CTGT17P"></script>
Expand Down Expand Up @@ -115,7 +115,7 @@

<span class="optionsCatTitle">Settings</span>

<div>
<div class="leftPanelSettings">
<div class="mdc-form-field">
<div class="mdc-checkbox"><input id="optionsBetterMap" type="checkbox" class="mdc-checkbox__native-control" id="checkbox-1"/><div class="mdc-checkbox__background"><svg class="mdc-checkbox__checkmark" viewBox="0 0 24 24"><path class="mdc-checkbox__checkmark-path" fill="none" d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg><div class="mdc-checkbox__mixedmark"></div></div><div class="mdc-checkbox__ripple"></div></div>
<label style="color: var(--text-alt-color);" for="checkbox-1">Less blurry map (WIP)</label>
Expand Down Expand Up @@ -144,7 +144,7 @@

<span class="optionsCatTitle">Settings</span>

<div>
<div class="leftPanelSettings">
<div class="mdc-form-field">
<div class="mdc-checkbox"><input id="optionsSRMode" type="checkbox" class="mdc-checkbox__native-control" id="checkbox-1"/><div class="mdc-checkbox__background"><svg class="mdc-checkbox__checkmark" viewBox="0 0 24 24"><path class="mdc-checkbox__checkmark-path" fill="none" d="M1.73,12.91 8.1,19.28 22.79,4.59"/></svg><div class="mdc-checkbox__mixedmark"></div></div><div class="mdc-checkbox__ripple"></div></div>
<label style="color: var(--text-alt-color);" for="checkbox-1">Use Star Rail characters</label>
Expand Down

0 comments on commit 0a883c9

Please sign in to comment.