Files
snespatcher/resources/style.css
T

31 lines
424 B
CSS
Raw Normal View History

2026-08-26 21:33:44 -04:00
.main-content {
min-width: 356px;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.heading {
font-weight: 600;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.selection-row {
min-height: 48px;
padding: 10px 12px;
border-radius: 0;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.format-row {
min-height: 48px;
padding: 10px 12px;
2021-07-03 19:56:53 -04:00
}
2026-08-27 22:50:40 -04:00
.intro-title {
font-size: 1.5rem;
font-weight: 700;
}
headerbar.titlebar {
background-color: transparent;
background-image: none;
border-bottom: none;
box-shadow: none;
}