chrome-dev/static/css/main.css
2025-11-10 08:52:12 +01:00

45 lines
445 B
CSS

body {
font-family: sans-serif;
margin: 32px;
}
input {
font-size: 1em;
}
.browser {
input {
width: 350px;
}
}
.new {
width: 350px;
}
.sites {
display: grid;
grid-template-columns: repeat(3, min-content);
grid-gap: 8px 16px;
div {
white-space: nowrap;
&.dead {
color: #aaa;
}
}
.header {
font-weight: bold;
}
.line {
grid-column: 1 / -1;
border-bottom: 1px solid #ccc;
}
.stop {
cursor: pointer;
}
}