mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 00:39:32 +00:00
Updated web table
This commit is contained in:
@@ -5,3 +5,32 @@ html, body, .container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.table-container {
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.command-container {
|
||||
height: 100%;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.action-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.action-container button {
|
||||
margin: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user