omfg
This commit is contained in:
parent
052e785438
commit
77a7516e95
2 changed files with 2 additions and 3 deletions
|
@ -59,7 +59,7 @@ pub fn main_page(
|
||||||
let list = html! {
|
let list = html! {
|
||||||
h2.clock { "ET " (clock::get_current_eorzea_date().format("%H:%M")) }
|
h2.clock { "ET " (clock::get_current_eorzea_date().format("%H:%M")) }
|
||||||
@for fish in values {
|
@for fish in values {
|
||||||
section.up[fish.is_up].alwaysup[fish.is_always_up] {
|
section.fish.up[fish.is_up].alwaysup[fish.is_always_up] {
|
||||||
.title {
|
.title {
|
||||||
div {
|
div {
|
||||||
@if !caught_fish.contains(&(fish.entry.id as i32)) {
|
@if !caught_fish.contains(&(fish.entry.id as i32)) {
|
||||||
|
|
|
@ -3,8 +3,7 @@ body {
|
||||||
margin: 40px;
|
margin: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.up,
|
section.fish {
|
||||||
section.alwaysup {
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue