1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-04-10 17:15:43 +02:00

Add a separator class to renderer, rename previous separator to splitter and tweak the style

This commit is contained in:
chylex 2016-11-01 20:04:59 +01:00
parent a10c1c993a
commit 78561c9689
2 changed files with 7 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<input id="uploaded-file" type="file" style="display:none">
<button id="btn-upload-file">Load File</button>
<div class="separator"></div>
<div class="splitter"></div>
<div> <!-- needed to stop the select from messing up -->
<select id="opt-messages-per-page">

View File

@ -24,12 +24,16 @@ body {
-ms-user-select: none;
}
#menu .separator {
#menu .splitter {
width: 1px;
margin: 9px 0;
margin: 9px 4px;
background-color: #5D626B;
}
#menu .separator {
flex: 1 1 0;
}
#menu :disabled {
background-color: #C2C2C2;
cursor: default;