webtools/site/mahjong/style.css

21 lines
299 B
CSS
Raw Normal View History

2025-12-20 11:10:19 +00:00
.hidden {
display: none;
}
.main-table {
table-layout: fixed;
}
.score-input-group {
display: grid;
gap: 15px;
grid-template-columns: 2fr 1fr;
align-items: baseline;
2025-12-20 11:32:30 +00:00
}
.btns {
display: flex;
gap: 10px;
justify-content: space-between;
align-items: center;
2025-12-20 11:10:19 +00:00
}