mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
fix: center the + inside the "add" button (in panel view)
This commit is contained in:
@@ -126,7 +126,7 @@ body {
|
||||
background-color: #2898BD;
|
||||
width: 70px;
|
||||
height: 70px;
|
||||
padding: 30px;
|
||||
/* padding: 30px; */
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
@@ -177,3 +177,9 @@ body {
|
||||
height: 50px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.center-text {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user