umami/components/settings/WebsiteSettings.module.css

14 lines
127 B
CSS
Raw Normal View History

2020-08-09 06:48:43 +00:00
.col {
flex: 2;
}
2020-08-07 09:27:12 +00:00
.buttons {
2022-03-02 03:28:44 +00:00
display: flex;
2020-08-07 09:27:12 +00:00
justify-content: flex-end;
2022-03-02 03:28:44 +00:00
width: 100%;
2020-08-07 09:27:12 +00:00
}
.detailLink {
width: 100%;
}