mirror of
https://github.com/derisamedia/luci-theme-alpha.git
synced 2025-01-08 11:37:37 +08:00
Update gaya.css
This commit is contained in:
parent
ad466e2405
commit
bca5c85fa1
@ -2018,14 +2018,14 @@ strong {
|
|||||||
.ifacebox {
|
.ifacebox {
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-direction: row;
|
flex-direction: column;
|
||||||
min-width: 150px;
|
min-width: 100px;
|
||||||
background-color: #54545450;
|
background-color: #54545450;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-content: stretch;
|
align-content: center;
|
||||||
justify-content: space-evenly;
|
justify-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.ifacebox-head {
|
div.ifacebox-head {
|
||||||
|
Loading…
Reference in New Issue
Block a user