mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
correct style to be coherent and nice
This commit is contained in:
@@ -23,16 +23,13 @@
|
|||||||
textarea {
|
textarea {
|
||||||
width : 50ch;
|
width : 50ch;
|
||||||
min-height : 7em;
|
min-height : 7em;
|
||||||
max-height : 25em;
|
max-height : 20em;
|
||||||
resize : vertical;
|
resize : vertical;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
width: 200px;
|
||||||
position : absolute;
|
|
||||||
right : 0;
|
|
||||||
bottom : 0;
|
|
||||||
|
|
||||||
i { margin-right : 10px; }
|
i { margin-right : 10px; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,12 +6,13 @@
|
|||||||
.notificationList {
|
.notificationList {
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-direction : column;
|
flex-direction : column;
|
||||||
gap : px;
|
max-height : 500px;
|
||||||
margin-block : 20px;
|
margin-block : 20px;
|
||||||
|
overflow : auto;
|
||||||
border : 1px solid;
|
border : 1px solid;
|
||||||
border-radius : 5px;
|
border-radius : 5px;
|
||||||
|
|
||||||
details {
|
li {
|
||||||
padding : 10px;
|
padding : 10px;
|
||||||
background : #CCCCCC;
|
background : #CCCCCC;
|
||||||
|
|
||||||
@@ -29,6 +30,10 @@
|
|||||||
font-size : 20px;
|
font-size : 20px;
|
||||||
font-weight : 900;
|
font-weight : 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl dt{
|
||||||
|
font-weight: 900;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.noNotification { margin-block : 20px; }
|
.noNotification { margin-block : 20px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user