This commit is contained in:
sairaj mote 2022-09-17 18:20:53 +05:30
parent 4d6563a197
commit 6a567fad00
4 changed files with 15 additions and 3 deletions

View File

@ -257,10 +257,12 @@ sm-select {
--padding: 0.8rem;
font-size: 0.9rem;
--min-width: 8rem;
--border-radius: 0.5rem;
}
sm-option {
font-size: 0.9rem;
--border-radius: 0.3rem;
}
strip-select {
@ -986,6 +988,7 @@ ul {
table {
border-collapse: collapse;
position: relative;
width: 100%;
}
table input {
position: relative;
@ -1024,6 +1027,9 @@ td {
padding: 0.4rem 0.8rem;
opacity: 0.9;
}
td:nth-of-type(n + 3) {
min-width: 12em;
}
.text-field {
min-width: 20ch;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -255,10 +255,12 @@ sm-select {
--padding: 0.8rem;
font-size: 0.9rem;
--min-width: 8rem;
--border-radius: 0.5rem;
}
sm-option {
font-size: 0.9rem;
--border-radius: 0.3rem;
}
strip-select {
@ -967,6 +969,7 @@ ul {
table {
border-collapse: collapse;
position: relative;
width: 100%;
input {
position: relative;
padding: 0.4rem;
@ -1006,6 +1009,9 @@ tr {
td {
padding: 0.4rem 0.8rem;
opacity: 0.9;
&:nth-of-type(n + 3) {
min-width: 12em;
}
}
.text-field {
min-width: 20ch;

View File

@ -175,7 +175,7 @@
<section id="sheets_container" class="grid"></section>
</section>
</section>
<section id="sheet_view" class="page toggle-side-bar grid hidden">
<section id="sheet_view" class="page grid hidden">
<nav id="side_bar">
<div class="flex align-center">
<button class="hide-on-desktop" onclick="toggleSideBar()">
@ -193,7 +193,7 @@
<div id="people_container" class="grid"></div>
</nav>
<section id="right">
<section id="sheet_details" class="collapse">
<section id="sheet_details">
<div class="flex align-center">
<a href="#/home_page" class="flex align-center">
<svg class="icon margin-right-0-3" xmlns="http://www.w3.org/2000/svg" height="24px"