Files
daily-counter/css/theme.css

73 lines
1.4 KiB
CSS
Raw Normal View History

2026-03-31 19:09:37 +02:00
#MainMenu {
2026-04-28 21:04:52 +02:00
display: none;
2026-03-31 19:09:37 +02:00
}
.stApp {
min-width: 360px;
}
.stAppHeader {
width: 100%;
max-width: 736px;
margin-left: auto;
margin-right: auto;
}
.stMainBlockContainer{
padding-top: 4rem;
}
.stPageLink a {
background: whitesmoke;
height: 40px;
width: 45px;
border: 1px solid silver;
padding-left: 12px;
}
.stPageLink a > span:first-child {
display: none;
}
.st-key-selected_tab div[role="tablist"] > button{
width: 100%;
}
.st-key-counter-table > div {
border: 1px solid gray;
padding: 10px;
border-radius: 5px;
background-color: whitesmoke;
}
2026-04-25 10:38:21 +02:00
.st-key-new_counter_color_selector div[role = "radiogroup"] {
2026-03-31 19:09:37 +02:00
display: flex;
flex-direction: row;
}
2026-04-25 10:38:21 +02:00
.st-key-new_counter_color_selector div[role = "radiogroup"] > label {
2026-03-31 19:09:37 +02:00
flex: 1
}
2026-04-25 10:38:21 +02:00
.st-key-new_counter_color_selector div[role = "radiogroup"] > label > div:first-child {
2026-03-31 19:09:37 +02:00
display: none;
}
2026-04-25 10:38:21 +02:00
.st-key-new_counter_color_selector div[role = "radiogroup"] > label:has(> input[tabindex="0"]) {
2026-03-31 19:09:37 +02:00
outline: 3px solid blue;
}
2026-04-25 10:38:21 +02:00
.st-key-new_counter_color_selector div[role = "radiogroup"] p {
2026-03-31 19:09:37 +02:00
visibility: hidden;
}
2026-04-28 21:04:52 +02:00
div:has(> .stToolbarActions) {
display: none;
}
.rc-overflow > .rc-overflow-item {
flex: 1;
}
.rc-overflow > .rc-overflow-item:nth-child(3) > div {
margin-left: auto;
width: fit-content;
}
.rc-overflow > .rc-overflow-item:nth-child(3) > div > a {
padding: 0;
}
.rc-overflow > .rc-overflow-item-rest {
display: none;
}