mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
UI work
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
align-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.panel {
|
||||
display: flex;
|
||||
height: 33%;
|
||||
@@ -32,7 +33,7 @@
|
||||
}
|
||||
|
||||
.panel-bottom {
|
||||
width:100%;
|
||||
width: 100%;
|
||||
height: 25%;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
@@ -44,6 +45,11 @@
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
align-content: center;
|
||||
background-color: 18 18 18 255;
|
||||
}
|
||||
|
||||
.rect:hover {
|
||||
background-color: 40 40 40 255;
|
||||
}
|
||||
|
||||
.normal-text {
|
||||
|
||||
Reference in New Issue
Block a user