mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-16 05:49:46 +02:00
About: fix content padding is not correct on some browser
This commit is contained in:
@ -3,4 +3,13 @@ afx-app-window[data-id = "About"] a:visited,
|
||||
afx-app-window[data-id = "About"] a:hover
|
||||
{
|
||||
color:#df3154;
|
||||
}
|
||||
afx-app-window[data-id = "About"] afx-hbox[data-id="wrapper"]
|
||||
{
|
||||
overflow-x: hidden;
|
||||
overflow-y:auto;
|
||||
}
|
||||
afx-app-window[data-id = "About"] div[data-id="container"]
|
||||
{
|
||||
text-align: justify;
|
||||
}
|
Reference in New Issue
Block a user