diff options
| author | Fuwn <[email protected]> | 2024-01-21 17:53:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 17:53:00 -0800 |
| commit | eb11e54a4b8a9bf3d648659521906d4cacdd8ae2 (patch) | |
| tree | d50c146930a51fecd4d8253bc86906a5baf180a1 /src/lib/Schedule/container.css | |
| parent | refactor(schedule): move top-level tool to route (diff) | |
| download | due.moe-eb11e54a4b8a9bf3d648659521906d4cacdd8ae2.tar.xz due.moe-eb11e54a4b8a9bf3d648659521906d4cacdd8ae2.zip | |
refactor(schedule): move module out of tools
Diffstat (limited to 'src/lib/Schedule/container.css')
| -rw-r--r-- | src/lib/Schedule/container.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Schedule/container.css b/src/lib/Schedule/container.css new file mode 100644 index 00000000..3a3beb1f --- /dev/null +++ b/src/lib/Schedule/container.css @@ -0,0 +1,3 @@ +.list-container { + column-width: 250px; +} |