mirror of
https://github.com/timvisee/send.git
synced 2026-04-21 22:14:33 -04:00
wip
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.controlArea {
|
||||
border-right: 1px solid #d7d7db;
|
||||
}
|
||||
|
||||
.controlArea > ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.controlArea > ul > li {
|
||||
margin: 12px;
|
||||
}
|
||||
|
||||
@media (max-device-width: 720px), (max-width: 720px) {
|
||||
.controlArea > ul {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user