Whalebird-desktop-client-ma.../renderer/app.css

34 lines
389 B
CSS
Raw Normal View History

2023-11-01 17:20:27 +01:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2023-11-03 12:37:40 +01:00
.emojione {
2023-11-04 05:03:56 +01:00
display: inline-block;
2023-11-03 12:37:40 +01:00
width: 1.2rem;
height: 1.2rem;
}
2023-11-17 15:01:54 +01:00
.timeline {
width: 100%;
}
.timeline-with-drawer {
width: calc(100% - 384px);
}
.detail {
width: 384px;
}
@media screen and (max-width: 996px) {
.timeline-with-drawer {
width: 0;
display: none;
}
.detail {
width: 100%;
}
}